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

I

IDManager - class org.mega.gasp.bluetooth.miniplatform.IDManager.
IDManager provide a management of the temporary IDs: ActorSessionID (ASID).
IDManager() - Constructor for class org.mega.gasp.bluetooth.miniplatform.IDManager
 
IDManager - interface org.mega.gasp.platform.IDManager.
IDManager provide a management of the temporary IDs: the MasterApplicationID(MAID), ApplicationInstanceID(AIID), SessionID (SID) and ActorSessionID (ASID).
IDManagerImpl - class org.mega.gasp.platform.impl.IDManagerImpl.
IDManager provide a management of the temporary IDs: the MasterApplicationID(MAID), ApplicationInstanceID(AIID), SessionID (SID) and ActorSessionID (ASID).
IDManagerImpl() - Constructor for class org.mega.gasp.platform.impl.IDManagerImpl
 
InGame - class org.mega.gasp.platform.servlets.InGame.
This servlet provide to send in game datas to GASP.
InGame() - Constructor for class org.mega.gasp.platform.servlets.InGame
 
idManager - Variable in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
 
idManager - Variable in class org.mega.gasp.platform.impl.PlatformImpl
 
incrementMaxFreeID(int) - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Increments the max free id of ID type.
indexID(Vector, int) - Method in class org.mega.gasp.bluetooth.miniplatform.IDManager
Place the ID at his place in the vector, increase order.
indexID(Vector, int) - Method in class org.mega.gasp.platform.impl.IDManagerImpl
Place the ID at his place in the vector, increase order.
init() - Method in class org.mega.gasp.platform.servlets.Create
 
init() - Method in class org.mega.gasp.platform.servlets.EndAI
 
init() - Method in class org.mega.gasp.platform.servlets.FirstLogin
 
init() - Method in class org.mega.gasp.platform.servlets.InGame
 
init() - Method in class org.mega.gasp.platform.servlets.Join
 
init() - Method in class org.mega.gasp.platform.servlets.Lobby
 
init() - Method in class org.mega.gasp.platform.servlets.Login
 
init() - Method in class org.mega.gasp.platform.servlets.Name
 
init() - Method in class org.mega.gasp.platform.servlets.PlatformState
 
init() - Method in class org.mega.gasp.platform.servlets.Quit
 
init() - Method in class org.mega.gasp.platform.servlets.QuitAI
 
init() - Method in class org.mega.gasp.platform.servlets.StartAI
 
initCustomTypes() - Method in class org.mega.gasp.client.doja.GASPClient
 
initCustomTypes() - Method in class org.mega.gasp.client.midp.GASPClient
 
is - Variable in class org.mega.gasp.platform.utils.PropertiesReader
 
isActorOwner(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Determine if the Master Application is the owner of the Actor object associated with the actorID.
isActorOwner(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Determine if the Master Application is the owner of the Actor object associated with the actorID.
isActorSessionEmpty() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Determine if the vector of ActorSession objects is empty or not.
isActorSessionEmpty() - Method in interface org.mega.gasp.platform.ApplicationInstance
Determine if the vector of ActorSession objects is empty or not.
isActorSessionEmpty() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Determine if the vector of ActorSession objects is empty or not.
isApplicationInstanceEmpty() - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Determine if the vector of ApplicationInstance objects is currently empty or not.
isApplicationInstanceEmpty() - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Determine if the vector of ApplicationInstance objects is currently empty or not.
isDBConnectionOK() - Method in interface org.mega.gasp.platform.DBManager
Verify if the connection to the GASP DB is ok.
isDBConnectionOK() - Method in class org.mega.gasp.platform.impl.DBManagerImpl
Verify if the connection to the GASP DB is ok.
isDBConnectivityOK - Variable in class org.mega.gasp.platform.impl.DBManagerImpl
 
isDestroyable() - Method in interface org.mega.gasp.platform.ApplicationInstance
Determine if the Owner Master Application must destroy the application instance or not.
isDestroyable() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Determine if the owner master application can destroy or not the AI.
isJoinable() - Method in interface org.mega.gasp.platform.ApplicationInstance
Determine if the the application instance is joignable by a player or not.
isJoinable() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Determine if the the application instance is joignable by a player or not, eg if: the AI is not destroyable the AI is not running the max of players is reached
isMasterApplicationInstanceEmpty() - Method in interface org.mega.gasp.platform.Platform
Determine if the vector of MasterApplicationInstance is empty or not.
isMasterApplicationInstanceEmpty() - Method in class org.mega.gasp.platform.impl.PlatformImpl
Determine if the vector of MasterApplicationInstance is empty or not.
isPseudoHasModified() - Method in interface org.mega.gasp.platform.Actor
Determines if the pseudo has modified during the session.
isPseudoHasModified() - Method in interface org.mega.gasp.platform.ActorSession
Determines if the pseudo has modified during the session.
isPseudoHasModified() - Method in class org.mega.gasp.platform.impl.ActorImpl
Tells if the pseudo has modified during the session.
isPseudoHasModified() - Method in class org.mega.gasp.platform.impl.ActorSessionImpl
Tells if the pseudo has modified during the session.
isPublic() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
Determine if the ApplicationInstance is public or not.
isPublic() - Method in interface org.mega.gasp.platform.ApplicationInstance
Determine if the ApplicationInstance is public or not.
isPublic() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Determine if the ApplicationInstance is public or not.
isPublicAI - Variable in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
 
isPublicAI - Variable in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
 
isRunning() - Method in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
 
isRunning() - Method in interface org.mega.gasp.platform.ApplicationInstance
Determine if the ApplicationInstance is running or not.
isRunning() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Determine if the ApplicationInstance is running or not.
isRunningAI - Variable in class org.mega.gasp.bluetooth.miniplatform.ApplicationInstance
 
isRunningAI - Variable in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
 
isSessionOwner(int) - Method in interface org.mega.gasp.platform.MasterApplicationInstance
Determine if the MasterApplicationInstance is the owner of the session associated with the SessionID.
isSessionOwner(int) - Method in class org.mega.gasp.platform.impl.MasterApplicationInstanceImpl
Determine if the MasterApplicationInstance is the owner of the session associated with the SessionID.
isStartable() - Method in interface org.mega.gasp.platform.ApplicationInstance
Determine if the the application instance is startable by the player owner or not.
isStartable() - Method in class org.mega.gasp.platform.impl.ApplicationInstanceImpl
Determine if the the application instance is startable by the player owner or not.
isUserAllowed(Statement, String, int) - Method in class org.mega.gasp.platform.impl.DBManagerImpl
Determine by search the table rights if the user have the rigths to play the application appID.

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