Class Summary |
ActorImpl |
Actor represents the link between an application and a user.
|
ActorSessionImpl |
ActorSession represent the link between a user (represented by instances of Session and Actor)
and an ApplicationInstance.
|
ApplicationInstanceImpl |
ApplicationInstance represent a game session of a specific application.
|
DBManagerImpl |
DBManager contains all the methods requiring an acces to the GASP DB. |
IDManagerImpl |
IDManager provide a management of the temporary IDs: the MasterApplicationID(MAID), ApplicationInstanceID(AIID),
SessionID (SID) and ActorSessionID (ASID).
|
LobbyImpl |
Lobby provide informations to the users on the current state of the Gaming Platform. |
MasterApplicationInstanceImpl |
MasterApplicationInstance represents the container of all ApplicationInstance of a specific application.
|
PlatformImpl |
Platform is the base of the GAming Services Platform(GASP), the container of all GP
representing objects. |
SessionImpl |
Session represent the connection of the user in the application.
|