vooga.network.util
Class GetNextIDRequest

java.lang.Object
  extended by vooga.network.util.VoogaUtilsServerRequest
      extended by vooga.network.util.GetNextIDRequest
All Implemented Interfaces:
java.io.Serializable

 class GetNextIDRequest
extends VoogaUtilsServerRequest

GetNextIDRequest execute gets the next available unique ID. This value is reserved so this value will never be returned again.


Field Summary
 
Fields inherited from class vooga.network.util.VoogaUtilsServerRequest
myDataObject, myKey, myModule, myObject, myTable
 
Constructor Summary
GetNextIDRequest()
           
 
Method Summary
 java.lang.Object execute(VoogaUtilsServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetNextIDRequest

public GetNextIDRequest()
Method Detail

execute

public java.lang.Object execute(VoogaUtilsServer server)
Specified by:
execute in class VoogaUtilsServerRequest