Uses of Interface
org.mega.gasp.platform.IDManager

Packages that use IDManager
org.mega.gasp.platform   
org.mega.gasp.platform.impl   
 

Uses of IDManager in org.mega.gasp.platform
 

Methods in org.mega.gasp.platform that return IDManager
 IDManager Platform.getIDManager()
          Return the platform ID manager .
 

Uses of IDManager in org.mega.gasp.platform.impl
 

Classes in org.mega.gasp.platform.impl that implement IDManager
 class IDManagerImpl
          IDManager provide a management of the temporary IDs: the MasterApplicationID(MAID), ApplicationInstanceID(AIID), SessionID (SID) and ActorSessionID (ASID).
 

Fields in org.mega.gasp.platform.impl declared as IDManager
private  IDManager PlatformImpl.idManager
           
 

Methods in org.mega.gasp.platform.impl that return IDManager
 IDManager PlatformImpl.getIDManager()
          Return the platform ID manager .