|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlackboardAgentConnection
Represents the server side of a connection to a specific agent.
| 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 |
| Method Detail |
|---|
void close()
throws TransportException
TransportException
java.io.InputStream getInputStream()
throws TransportException
TransportException - If the outputstream cannot be obtained for some reason
java.io.OutputStream getOutputStream()
throws TransportException
TransportException - 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 | |||||||||