org.histpop.server.methods
Class Update

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

public class Update
extends ServerMethod


Field Summary
static java.lang.String FIELD
           
static java.lang.String VALUE
           
 
Fields inherited from class org.histpop.server.methods.ServerMethod
parameters
 
Constructor Summary
Update()
           
 
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
 

Field Detail

FIELD

public static final java.lang.String FIELD
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values
Constructor Detail

Update

public Update()
Method Detail

execute

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