org.histpop.server.methods
Class Login

java.lang.Object
  extended by org.histpop.server.methods.ServerMethod
      extended by org.histpop.server.methods.Login
Direct Known Subclasses:
Login

public class Login
extends ServerMethod


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

USERID

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

PASSWORD

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

Login

public Login()
Method Detail

execute

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