Uses of Class
aa.tool.SystemThread

Packages that use SystemThread
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 SystemThread in aa.core
 

Subclasses of SystemThread in aa.core
 class MessageManager
          This class delivers communication messages among actors.
 class MigrationManager
          This class specifies a Migration Manger to handle mobile actors.
 class Platform
          This class represents an actor platform.
 

Uses of SystemThread in aa.transport
 

Subclasses of SystemThread in aa.transport
 class TransportSender
          This class specifies Transport Sender to handle out-going messages.