vooga.network.util
Class GetDataRequest

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

 class GetDataRequest
extends VoogaUtilsServerRequest

GetDataRequest execute gets particular data in the given table stored with the given key.


Field Summary
 
Fields inherited from class vooga.network.util.VoogaUtilsServerRequest
myDataObject, myKey, myModule, myObject, myTable
 
Constructor Summary
GetDataRequest(java.lang.String module, java.lang.String table, java.util.List<java.lang.String> key)
           
 
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

GetDataRequest

public GetDataRequest(java.lang.String module,
                      java.lang.String table,
                      java.util.List<java.lang.String> key)
Method Detail

execute

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