Uses of Interface
unsw.cse.mica.blackboard.transport.BlackboardAgentConnection

Packages that use BlackboardAgentConnection
unsw.cse.mica.blackboard.transport Provides implementations of the BlackboardTransport interface using a combination of low-level connections and higher-level protocols. 
unsw.cse.mica.blackboard.transport.secure Provides implementations of connections and protocols for the BlackboardTransport interface for establishing secure communications with agents. 
 

Uses of BlackboardAgentConnection in unsw.cse.mica.blackboard.transport
 

Classes in unsw.cse.mica.blackboard.transport that implement BlackboardAgentConnection
 class TCPBlackboardAgentConnection
          The per-agent component of the TCPBlackboardConnection
 

Methods in unsw.cse.mica.blackboard.transport with parameters of type BlackboardAgentConnection
 void BlackboardConnectionHandler.agentConnectionOpened(BlackboardAgentConnection connection)
          Tells the connection handler that a new connection has been opened.
 void CompoundBlackboardTransport.agentConnectionOpened(BlackboardAgentConnection connection)
           
 void BlackboardProtocol.setConnection(BlackboardAgentConnection connection)
          Sets the connection the protocol will use to communicate with the agent.
 void XMLBlackboardProtocol.setConnection(BlackboardAgentConnection connection)
           
 

Uses of BlackboardAgentConnection in unsw.cse.mica.blackboard.transport.secure
 

Classes in unsw.cse.mica.blackboard.transport.secure that implement BlackboardAgentConnection
 class SSLBlackboardAgentConnection