|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectunsw.cse.mica.blackboard.transport.TCPBlackboardAgentConnection
public class TCPBlackboardAgentConnection
The per-agent component of the TCPBlackboardConnection
| Constructor Summary | |
|---|---|
TCPBlackboardAgentConnection(java.net.Socket socket)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the connection to this agent |
java.io.InputStream |
getInputStream()
Get the input stream associated with this connection |
java.io.OutputStream |
getOutputStream()
Get the output stream associated with this agent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCPBlackboardAgentConnection(java.net.Socket socket)
| Method Detail |
|---|
public void close()
throws TransportException
BlackboardAgentConnection
close in interface BlackboardAgentConnectionTransportException
public java.io.InputStream getInputStream()
throws TransportException
BlackboardAgentConnection
getInputStream in interface BlackboardAgentConnectionTransportException - If the outputstream cannot be obtained for some reason
public java.io.OutputStream getOutputStream()
throws TransportException
BlackboardAgentConnection
getOutputStream in interface BlackboardAgentConnectionTransportException - If the outputstream cannot be obtained for some reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||