Uses of Class
aa.core.MigrationManager

Packages that use MigrationManager
aa.core Provides the classes necessary to use this actor platform. 
 

Uses of MigrationManager in aa.core
 

Fields in aa.core declared as MigrationManager
private  MigrationManager Platform.m_mmMigrationManager
           
private  MigrationManager ActorManager.m_mmMigrationManager
           
 

Methods in aa.core with parameters of type MigrationManager
protected  void ActorManager.setMigrationManager(MigrationManager p_mmMigrationManager)
          Sets the reference of a Migration Manager.
 

Constructors in aa.core with parameters of type MigrationManager
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.