unsw.cse.mica.blackboard.transport
Interface BlackboardConnectionHandler
- All Known Implementing Classes:
- CompoundBlackboardTransport
public interface BlackboardConnectionHandler
A blackboard connection handler is the next step up the server side of the OSI
networking model from a BlackboardConnection. It is informed when a specific
Blackboard agent connection has been opened, enabling it to handle the agent-specific
connection at the next level.
- Author:
- jhw
agentConnectionOpened
void agentConnectionOpened(BlackboardAgentConnection connection)
- Tells the connection handler that a new connection has been opened.
- Parameters:
connection
- the new connection