A C D E F G H I J L M N O P Q R S T U V

G

GASPClient - class org.mega.gasp.client.doja.GASPClient.
A game client logic running with GASP must implement this class, GASPClient.
GASPClient() - Constructor for class org.mega.gasp.client.doja.GASPClient
 
GASPClient - class org.mega.gasp.client.midp.GASPClient.
A game client logic running with the MGP must implement this class, MGPClient.
GASPClient() - Constructor for class org.mega.gasp.client.midp.GASPClient
 
GASPServer - class org.mega.gasp.server.GASPServer.
A game server logic running on GASP must implement this class GASPServer.
GASPServer() - Constructor for class org.mega.gasp.server.GASPServer
 
GASPServletUrl - Static variable in class org.mega.gasp.client.doja.GASPClient
Explanation: A Doja specific GASPClient has been created to reduce the number of methods (firstLogin, login, createAI, createPrivateAI, joinAI, joinAIRnd) because the code size is critical in IApplis.
GPServletContainerUrl - Static variable in class org.mega.gasp.client.midp.GASPClient
 
gaspDBOK - Variable in class org.mega.gasp.platform.impl.PlatformImpl
 
gaspInstanciationOK - Variable in class org.mega.gasp.platform.impl.PlatformImpl
 
generateAIID() - Method in interface org.mega.gasp.platform.IDManager
Generate an unique ApplicationInstance ID .
generateAIID() - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Generate an unique ApplicationInstance ID .
generateASID() - Method in class org.mega.gasp.bluetooth.miniplatform.IDManager
Generate an unique ActorSession ID.
generateASID() - Method in interface org.mega.gasp.platform.IDManager
Generate an unique ActorSession ID.
generateASID() - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Generate an unique ActorSession ID.
generateActorID() - Method in interface org.mega.gasp.platform.DBManager
Generate a DB persistant Actor ID.
generateActorID() - Method in class org.mega.gasp.platform.impl.DBManagerImpl
Generate a DB persistant Actor ID.
generateID(Vector, int) - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Generate a unique ID.
generateMAID() - Method in interface org.mega.gasp.platform.IDManager
Generate an unique MasterApplication ID.
generateMAID() - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Generate an unique MasterApplication ID.
generateSID() - Method in interface org.mega.gasp.platform.IDManager
Generate an unique Session ID.
generateSID() - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Generate an unique Session ID.
getAIDAssociatedSession(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Return the session associated to the aID.
getAIDAssociatedSession(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Return the session associated to the aID.
getASIDAssociatedSession(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Return the session associated to the aSID.
getASIDAssociatedSession(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Return the session associated to the Actor Session ID.
getActor(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Return the Actor object associated with the actorID.
getActor(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Return the Actor object associated with the actorID.
getActorID() - Method in class org.mega.gasp.bluetooth.miniplatform.ActorSession
Returns the Actor ID of the user.
getActorID() - Method in interface org.mega.gasp.platform.Actor
Returns the Actor ID.
getActorID() - Method in interface org.mega.gasp.platform.ActorSession
Returns the Actor ID of the user.
getActorID() - Method in interface org.mega.gasp.platform.Session
Returns the Actor ID of the user.
getActorID() - Method in class org.mega.gasp.platform.impl.ActorImpl
Returns the Actor ID.
getActorID() - Method in class org.mega.gasp.platform.impl.ActorSessionImpl
Returns the Actor ID of the user.
getActorID() - Method in class org.mega.gasp.platform.impl.SessionImpl
Returns the Actor ID of the user.
getActorIfAuthentificationOK(int, String, String) - Method in interface org.mega.gasp.platform.DBManager
Verify if the login authentification of an Actor is valid then return the authentified actor or null.
getActorIfAuthentificationOK(int, String, String) - Method in class org.mega.gasp.platform.impl.DBManagerImpl
Verify if the login authentification of an Actor is valid then return the authentified actor or null.
getActorOwner(int) - Method in interface org.mega.gasp.platform.Platform
Return the MasterApplicationInstance containing the aID.
getActorOwner(int) - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the MasterApplicationInstance containing the aID.
getActorSession(int) - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Returns the ActorSession object corresponding to the ActorSession ID.
getActorSession(int) - Method in interface org.mega.gasp.platform.ApplicationInstance
Returns the ActorSession object corresponding to the ActorSession ID.
getActorSession(int) - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the ActorSession object corresponding to the ActorSession ID.
getActorSessionAI(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Returns the ApplicationInstance object containing the ActorSession linked to the Session.
getActorSessionAI(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Returns the ApplicationInstance object containing the ActorSession linked to the Session.
getActorSessionID() - Method in class org.mega.gasp.bluetooth.miniplatform.ActorSession
Returns the ActorSession ID.
getActorSessionID() - Method in interface org.mega.gasp.event.Event
Returns the ID of the ActorSession who raises the event.
getActorSessionID() - Method in class org.mega.gasp.event.impl.EventImpl
 
getActorSessionID() - Method in interface org.mega.gasp.platform.ActorSession
Returns the ActorSession ID.
getActorSessionID() - Method in interface org.mega.gasp.platform.Session
Returns the ActorSession ID if the user have already choiced a game session.
getActorSessionID() - Method in class org.mega.gasp.platform.impl.ActorSessionImpl
Returns the ActorSession ID.
getActorSessionID() - Method in class org.mega.gasp.platform.impl.SessionImpl
Returns the ActorSession ID if the user have already choiced a game session.
getActorSessionOwner(int) - Method in interface org.mega.gasp.platform.Platform
Return the ApplicationInstance containing the aSID.
getActorSessionOwner(int) - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the ApplicationInstance containing the aSID.
getActors() - Method in interface org.mega.gasp.platform.MasterApplicationInstance
 
getActors() - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
 
getAnAIID() - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Returns a random ApplicationInstance currently not started.
getAnAIID() - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Returns a random ApplicationInstance currently not started.
getApplicationID() - Method in interface org.mega.gasp.platform.Actor
Returns the Application ID associated.
getApplicationID() - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Returns the ID of the application managed by the Master Application Instance.
getApplicationID() - Method in class org.mega.gasp.platform.impl.ActorImpl
Returns the Application ID associated.
getApplicationID() - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Returns the ID of the application managed by the Master Application Instance.
getApplicationInstance(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Returns the required ApplicationInstance object.
getApplicationInstance(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Returns the required ApplicationInstance object.
getApplicationInstanceID() - Method in class org.mega.gasp.bluetooth.miniplatform.ActorSession
Returns the ApplicationInstance ID linked.
getApplicationInstanceID() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Returns the ID of the ApplicationInstance.
getApplicationInstanceID() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstanceInfos
 
getApplicationInstanceID() - Method in class org.mega.gasp.client.midp.ApplicationInstanceInfos
 
getApplicationInstanceID() - Method in interface org.mega.gasp.platform.ActorSession
Returns the ApplicationInstance ID linked.
getApplicationInstanceID() - Method in interface org.mega.gasp.platform.ApplicationInstance
Returns the ID of the ApplicationInstance.
getApplicationInstanceID() - Method in class org.mega.gasp.platform.impl.ActorSessionImpl
Returns the ApplicationInstance ID linked.
getApplicationInstanceID() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the ID of the ApplicationInstance.
getApplicationInstanceID() - Method in class org.mega.gasp.platform.utils.ApplicationInstanceInfos
 
getApplicationInstanceInfos() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
For Lobby service, this method provide informations of the ApplicationInstance.
getApplicationInstanceInfos() - Method in interface org.mega.gasp.platform.ApplicationInstance
For Lobby service, this method provide informations of the ApplicationInstance.
getApplicationInstanceInfos() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
For Lobby service, this method provide informations of the ApplicationInstance.
getApplicationInstanceName() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Returns the name of the ApplicationInstance.
getApplicationInstanceName() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the name of the ApplicationInstance.
getApplicationInstances(int) - Method in class org.mega.gasp.client.midp.GASPClient
Returns a stream of game sessions currently available on the Gaming Platform.
getApplicationInstancesInfos(int) - Method in interface org.mega.gasp.platform.Lobby
Returns a list of the current active ApplicationInstances associated to a specific application with the ActorSession contains in fact a stream : (ApplicationInstanceID (username,ActorID)*)*
getApplicationInstancesInfos(int) - Method in class org.mega.gasp.platform.impl.LobbyImpl
Returns a list of the current active ApplicationInstances associated to a specific application with the ActorSession contains in fact a stream : (ApplicationInstanceID (username,ActorID)*)*
getApplicationModel() - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Returns the model choosed for the application.
getApplicationModel() - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Returns the ID of the application managed by the Master Application Instance.
getApplicationModel(int) - Method in class org.mega.gasp.platform.utils.PropertiesReader
Returns the type of the application model. 0: automatic management (start, stop the game watching the number of player) 1: manual management (the proprietary of the application instance start, stop the aI) 2: mapcycle
getApplicationPackage(int) - Method in class org.mega.gasp.platform.utils.PropertiesReader
Returns the package name of the application to serve.
getApplicationTimeout(int) - Method in class org.mega.gasp.platform.utils.PropertiesReader
Returns the application timeout.
getCode() - Method in interface org.mega.gasp.event.Event
Returns the code of the event.
getCode() - Method in class org.mega.gasp.event.impl.EventImpl
 
getCustomTypes() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Returns the encoder of the application associated with the application instance.
getCustomTypes() - Method in interface org.mega.gasp.platform.ApplicationInstance
Returns the encoder of the application associated with the application instance.
getCustomTypes() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the encoder of the application associated with the application instance.
getDBManager() - Method in interface org.mega.gasp.platform.Platform
Return the platform DB manager .
getDBManager() - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the platform DB manager .
getDBUrl() - Method in class org.mega.gasp.platform.utils.PropertiesReader
Returns the database url from platform.properties.
getData() - Method in interface org.mega.gasp.event.DataEvent
Returns the datas containing in the DataEvent
getData() - Method in class org.mega.gasp.event.impl.DataEventImpl
Returns the datas containing in the DataEvent
getEvents() - Method in class org.mega.gasp.bluetooth.miniplatform.ActorSession
Return the events stored since the last request from the actor.
getEvents(int) - Method in class org.mega.gasp.client.doja.GASPClient
Provide to get the events in user actorSession on the Platform.
getEvents(int) - Method in class org.mega.gasp.client.midp.GASPClient
Provide to get the events in user actorSession on the Platform.
getEvents() - Method in interface org.mega.gasp.platform.ActorSession
Return the events stored since the last request from the actor.
getEvents() - Method in class org.mega.gasp.platform.impl.ActorSessionImpl
Return the events stored since the last request from the actor.
getIDManager() - Method in interface org.mega.gasp.platform.Platform
Return the platform ID manager .
getIDManager() - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the platform ID manager .
getLinkedSessionOwner(int) - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the MasterApplication hosts the Session linked to the ActorSession ID.
getLobby() - Method in interface org.mega.gasp.platform.Platform
Return the Lobby service.
getLobby() - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the Lobby service.
getMasterApplicationID() - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Returns the ID of the Master Application Instance.
getMasterApplicationID() - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Returns the ID of the Master Application Instance.
getMasterApplicationInstance(int) - Method in interface org.mega.gasp.platform.Platform
Returns the MasterApplicationInstance associated with the application ID or if it is not already instantiates, initialize it.
getMasterApplicationInstance(int) - Method in class org.mega.gasp.platform.impl.PlatformImpl
Returns the MasterApplicationInstance associated with the application ID or if it is not already instantiates, initialize it.
getMaxActors() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Returns the maximum number of actors can play the game session.
getMaxActors() - Method in class org.mega.gasp.client.midp.ApplicationInstanceInfos
 
getMaxActors() - Method in interface org.mega.gasp.platform.ApplicationInstance
Returns the maximum number of actors can play the game session.
getMaxActors() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the maximum number of actors can play the game session.
getMaxActors() - Method in class org.mega.gasp.platform.utils.ApplicationInstanceInfos
 
getMaxFreeID(int) - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Returns the max free ID for ID type.
getMinActors() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Returns the minimum number of actors required to start the game session.
getMinActors() - Method in class org.mega.gasp.client.midp.ApplicationInstanceInfos
 
getMinActors() - Method in interface org.mega.gasp.platform.ApplicationInstance
Returns the minimum number of actors required to start the game session.
getMinActors() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the minimum number of actors required to start the game session.
getMinActors() - Method in class org.mega.gasp.platform.utils.ApplicationInstanceInfos
 
getNbPlayers() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstanceInfos
 
getNbPlayers() - Method in class org.mega.gasp.client.midp.ApplicationInstanceInfos
 
getNbPlayers() - Method in class org.mega.gasp.platform.utils.ApplicationInstanceInfos
 
getOwnerAID() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Returns the ActorId of the ApplicationInstanceID owner.
getOwnerAID() - Method in interface org.mega.gasp.platform.ApplicationInstance
Returns the ActorId of the ApplicationInstanceID owner.
getOwnerAID() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the ActorId of the ApplicationInstanceID owner.
getPassword() - Method in interface org.mega.gasp.platform.Actor
Returns the the password of the actor.
getPassword() - Method in class org.mega.gasp.platform.impl.ActorImpl
Returns the the password of the actor.
getPlatform() - Static method in class org.mega.gasp.platform.impl.PlatformImpl
 
getPlatform(String) - Static method in class org.mega.gasp.platform.impl.PlatformImpl
 
getPlatformTimeout() - Method in class org.mega.gasp.platform.utils.PropertiesReader
Returns the platform timeout for sessions from platform.properties.
getPlayerList() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstanceInfos
 
getPlayerList() - Method in class org.mega.gasp.client.midp.ApplicationInstanceInfos
 
getPlayerList() - Method in class org.mega.gasp.platform.utils.ApplicationInstanceInfos
 
getPropertiesReader() - Method in interface org.mega.gasp.platform.Platform
Return the platform DB manager .
getPropertiesReader() - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the platform ID manager .
getPseudoName() - Method in interface org.mega.gasp.platform.Actor
Returns the current pseudo name of the user session.
getPseudoName() - Method in interface org.mega.gasp.platform.ActorSession
Returns the current pseudo name of the user session.
getPseudoName() - Method in class org.mega.gasp.platform.impl.ActorImpl
Returns the current pseudo name of the user session.
getPseudoName() - Method in class org.mega.gasp.platform.impl.ActorSessionImpl
Returns the current pseudo name of the user session.
getPseudoName() - Method in class org.mega.gasp.platform.impl.SessionImpl
Returns the current pseudo name of the user session.
getServer() - Method in interface org.mega.gasp.platform.ApplicationInstance
Returns the minimum number of actors required to start the game session.
getServer() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Returns the server associated with the ApplicationInstance.
getSession(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Returns the corresponding session
getSession(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Returns the corresponding session
getSessionID() - Method in interface org.mega.gasp.platform.ActorSession
Returns the Session ID of the user
getSessionID() - Method in interface org.mega.gasp.platform.Session
Returns the Session ID of the Session object.
getSessionID() - Method in class org.mega.gasp.platform.impl.ActorSessionImpl
Returns the Session ID of the user
getSessionID() - Method in class org.mega.gasp.platform.impl.SessionImpl
Returns the Session ID of the Session object.
getSessionOwner(int) - Method in interface org.mega.gasp.platform.Platform
Return the MasterApplicationInstance containing the sID.
getSessionOwner(int) - Method in class org.mega.gasp.platform.impl.PlatformImpl
Return the MasterApplicationInstance containing the sID.
getSessions() - Method in interface org.mega.gasp.platform.MasterApplicationInstance
pas sūr que ces fonctions servent encore + fonctions de debuggage
getSessions() - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Remove the ActorSession associciated with the session.
getTimeout() - Method in interface org.mega.gasp.platform.Session
Returns last time infos received for the user associated with the actorSession.
getTimeout() - Method in class org.mega.gasp.platform.impl.SessionImpl
Returns last time infos received for the user associated with the actorSession.
getUsername() - Method in interface org.mega.gasp.event.JoinEvent
 
getUsername() - Method in class org.mega.gasp.event.impl.JoinEventImpl
 
getUsername() - Method in interface org.mega.gasp.platform.Actor
Returns the username of the actor.
getUsername() - Method in class org.mega.gasp.platform.impl.ActorImpl
Returns the username of the actor.

A C D E F G H I J L M N O P Q R S T U V