org.histpop.server.methods
Class Choose

java.lang.Object
  extended by org.histpop.server.methods.ServerMethod
      extended by org.histpop.server.methods.Choose

public class Choose
extends ServerMethod


Field Summary
 
Fields inherited from class org.histpop.server.methods.ServerMethod
parameters
 
Constructor Summary
Choose()
           
 
Method Summary
 ServerObj execute(ServerContext ctx)
           
 
Methods inherited from class org.histpop.server.methods.ServerMethod
getName, getParameters, getTarget, setName, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Choose

public Choose()
Method Detail

execute

public ServerObj execute(ServerContext ctx)
Specified by:
execute in class ServerMethod