org.histpop.server.methods
Class Executor

java.lang.Object
  extended by org.histpop.server.methods.Executor

public class Executor
extends java.lang.Object


Constructor Summary
Executor()
           
 
Method Summary
 void addMethod(java.lang.String name, java.lang.String class_str)
           
 ServerObj execute(ServerContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executor

public Executor()
Method Detail

execute

public ServerObj execute(ServerContext ctx)
                  throws ServerException
Throws:
ServerException

addMethod

public void addMethod(java.lang.String name,
                      java.lang.String class_str)