|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlackboardConnection
The server sider of a connection, which, when opened, can spawn agent-specific connections.
Method Summary | |
---|---|
void |
close()
Closes the connection. |
boolean |
isOpen()
Tests if the connection is open. |
void |
open()
Opens the connection. |
void |
setAgentConnectionHandler(BlackboardConnectionHandler handler)
Specify the BlackboardConnectionHandler to use for this connection |
Method Detail |
---|
void setAgentConnectionHandler(BlackboardConnectionHandler handler)
handler
- the blackboard connection handler to be used by this connectionvoid open() throws TransportException
TransportException
- If any errors occur when opening the connection.boolean isOpen()
void close() throws TransportException
TransportException
- If any errors occur when closing the connection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |