Uses of Package
org.mega.gasp.platform

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

Classes in org.mega.gasp.platform used by org.mega.gasp.platform
Actor
          Actor represents the link between an application and a user.
ActorSession
          ActorSession represent the link between a user (represented by instances of Session and Actor) and an ApplicationInstance.
ApplicationInstance
          ApplicationInstance represent a game session of a specific application.
DBManager
          DBManager contains all the methods requiring an acces to the GASP DB.
IDManager
          IDManager provide a management of the temporary IDs: the MasterApplicationID(MAID), ApplicationInstanceID(AIID), SessionID (SID) and ActorSessionID (ASID).
Lobby
          Lobby provide informations to the users on the current state of the Gaming Platform.
MasterApplicationInstance
          MasterApplicationInstance represents the container of all ApplicationInstance of a specific application.
Session
          Session represent the connection of the user in the application.
 

Classes in org.mega.gasp.platform used by org.mega.gasp.platform.impl
Actor
          Actor represents the link between an application and a user.
ActorSession
          ActorSession represent the link between a user (represented by instances of Session and Actor) and an ApplicationInstance.
ApplicationInstance
          ApplicationInstance represent a game session of a specific application.
DBManager
          DBManager contains all the methods requiring an acces to the GASP DB.
IDManager
          IDManager provide a management of the temporary IDs: the MasterApplicationID(MAID), ApplicationInstanceID(AIID), SessionID (SID) and ActorSessionID (ASID).
Lobby
          Lobby provide informations to the users on the current state of the Gaming Platform.
MasterApplicationInstance
          MasterApplicationInstance represents the container of all ApplicationInstance of a specific application.
Platform
          Platform is the base of the GAming Services Platform (GASP), the container of all GP representing objects.
Session
          Session represent the connection of the user in the application.
 

Classes in org.mega.gasp.platform used by org.mega.gasp.server
ApplicationInstance
          ApplicationInstance represent a game session of a specific application.