Uses of Class
aa.core.ActorManager

Packages that use ActorManager
aa.core Provides the classes necessary to use this actor platform. 
aa.gui Provides the classes necessary to use the graphical user interface of this multi-actor platform. 
 

Uses of ActorManager in aa.core
 

Fields in aa.core declared as ActorManager
private  ActorManager Platform.m_amActorManager
           
private  ActorManager MigrationManager.m_amActorManager
          The reference to the Actor Manager of this actor platform.
private  ActorManager MessageManager.m_amActorManager
          The reference to the Actor Manager of this actor platform.
private  ActorManager DelayedMessageManager.m_amActorManager
          The reference to an Actor Manager
 

Constructors in aa.core with parameters of type ActorManager
MigrationManager(Platform p_pPlatform, ActorManager p_amActorManager)
          Creates a Migration Manager.
MessageManager(Platform p_platform, ActorManager p_amActorManager, MigrationManager p_mmMigrationManager, java.lang.Integer p_intPort)
          Creates a Message Manager.
DelayedMessageManager(ActorManager p_amActorManager, MessageManager p_mmMessageManager, MigrationManager p_mmMigrationManager)
          Creates a Delayed Message Manager.
 

Uses of ActorManager in aa.gui
 

Fields in aa.gui declared as ActorManager
private  ActorManager View.m_amActorManager
           
 

Methods in aa.gui with parameters of type ActorManager
 void View.setActorManager(ActorManager p_amActorManager)
          Sets the reference to the Actor Manager of this actor platform.