Interface Summary |
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.
|