Uses of Class
vooga.network.util.VoogaUtilsServerRequest

Packages that use VoogaUtilsServerRequest
vooga.network.util   
 

Uses of VoogaUtilsServerRequest in vooga.network.util
 

Subclasses of VoogaUtilsServerRequest in vooga.network.util
(package private)  class ContainsDataRequest
          ContainsDataRequest execute checks to see if NetworkDataManager contains particular data.
(package private)  class ContainsTableRequest
          ContainsTableRequest execute checks to see if Map of NetworkDataManagers contains particular data table.
(package private)  class CreateTableRequest
          CreateTableRequest execute creates new table with tableName to new DataTable.
(package private)  class EraseDataRequest
          EraseDataRequest execute eraseData erases particular data in the given table stored with the given key.
(package private)  class GetAllDataRequest
          GetAllDataRequest execute gets Map of all data in the given table.
(package private)  class GetDataRequest
          GetDataRequest execute gets particular data in the given table stored with the given key.
(package private)  class GetNextIDRequest
          GetNextIDRequest execute gets the next available unique ID.
(package private)  class IsUserLoggedOnRequest
          IsUserLoggedOnRequest execute checks to see if a user is logged on.
(package private)  class StoreDataRequest
          StoreDataRequest execute storeData stores synchronized data.
(package private)  class SynchronizeRequest
          SynchronizeRequest execute synchronizes local data object with other data objects.