Uses of Class
aa.transport.TransportManager

Packages that use TransportManager
aa.core Provides the classes necessary to use this actor platform. 
aa.transport Provides the classes necessary for message passing on distributed platforms. 
 

Uses of TransportManager in aa.core
 

Fields in aa.core declared as TransportManager
private  TransportManager MessageManager.m_tmTransportManager
          The reference to the Transport Manager of this actor platform.
 

Uses of TransportManager in aa.transport
 

Fields in aa.transport declared as TransportManager
private  TransportManager TransportReceiver.m_tmTransportManager
          The reference to the Transport Manager of this actor platform.
 

Constructors in aa.transport with parameters of type TransportManager
TransportReceiver(MessageManager p_mmMessageManager, TransportManager p_tmTransportManager, java.net.Socket p_sock)
          Creates a Transport Receiver.