Class Summary |
ContainsDataRequest |
ContainsDataRequest execute checks to see if NetworkDataManager contains
particular data. |
ContainsTableRequest |
ContainsTableRequest execute checks to see if Map of NetworkDataManagers
contains particular data table. |
CreateTableRequest |
CreateTableRequest execute creates new table with tableName to new DataTable. |
EraseDataRequest |
EraseDataRequest execute eraseData erases particular data in the given table
stored with the given key. |
GetAllDataRequest |
GetAllDataRequest execute gets Map of all data in the given table. |
GetDataRequest |
GetDataRequest execute gets particular data in the given table stored with
the given key. |
GetNextIDRequest |
GetNextIDRequest execute gets the next available unique ID. |
IsUserLoggedOnRequest |
IsUserLoggedOnRequest execute checks to see if a user is logged on. |
StoreDataRequest |
StoreDataRequest execute storeData stores synchronized data. |
SynchronizeRequest |
SynchronizeRequest execute synchronizes local data object with other data
objects. |
VoogaUtilsClient |
VoogaUtilsClient is the data management utility for local user data. |
VoogaUtilsServer |
VoogaUtilsServer manages game data for myUserConnections and myLoggedOnUsers
by calling NetworkDataManager methods. |
VoogaUtilsServerRequest |
A VoogaUtilsServerRequest is sent by the client to the server, where it is
executed, calling the appropriate methods on the server. |
VoogaUtilsServerThread |
The VoogaUtilsServerThread listens for and responds to request from clients. |