vooga.network.util
Class CreateTableRequest

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

 class CreateTableRequest
extends VoogaUtilsServerRequest

CreateTableRequest execute creates new table with tableName to new DataTable.


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

CreateTableRequest

public CreateTableRequest(java.lang.String module,
                          java.lang.String tableName)
Method Detail

execute

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