Uses of Class
aa.core.DelayedMessageManager

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

Uses of DelayedMessageManager in aa.core
 

Fields in aa.core declared as DelayedMessageManager
private  DelayedMessageManager MigrationManager.m_dmmDelayedMessageManager
          The reference to the Delayed Message Manager of this actor platform.
private  DelayedMessageManager MessageManager.m_dmmDelayedMessageManager
          The reference to the Delayed Message Manager of this actor platform.
private  DelayedMessageManager ActorManager.m_dmmDelayedMessageManager
           
 

Methods in aa.core with parameters of type DelayedMessageManager
protected  void MigrationManager.setDelayedMessageManager(DelayedMessageManager p_dmm)
          Sets the reference to the Delayed Message Manager.