Uses of Class
com.ejie.r01f.rpcdispatcher.RPCContext

Packages that use RPCContext
com.ejie.r01f.rpcdispatcher   
com.ejie.r01f.rpcdispatcher.search   
 

Uses of RPCContext in com.ejie.r01f.rpcdispatcher
 

Fields in com.ejie.r01f.rpcdispatcher declared as RPCContext
 RPCContext RPCException.context
          El contexto de llamada RPC
 

Methods in com.ejie.r01f.rpcdispatcher with parameters of type RPCContext
 void RPCExec.setRPCContext(RPCContext newRPCContext)
          Funcion para establecer el contexto de la llamada RPC.
abstract  void RPCExec.initialize(RPCContext newContext)
          Inicializacion: Es llamada cuando se inicializa el servlet dispatcher (una sola vez).
 

Constructors in com.ejie.r01f.rpcdispatcher with parameters of type RPCContext
RPCExec(RPCContext otherContext)
          Constructor en base a otro contexto
RPCException(RPCContext rpcContext)
           
RPCException(RPCContext rpcContext, java.lang.String message)
           
RPCException(RPCContext rpcContext, int errorCode, java.lang.String message)
           
RPCException(RPCContext rpcContext, java.lang.Exception ex)
           
RPCException(RPCContext rpcContext, java.lang.String msg, java.lang.Exception ex)
           
RPCException(RPCContext rpcContext, int errorCode, java.lang.String message, java.lang.Exception ex)
           
 

Uses of RPCContext in com.ejie.r01f.rpcdispatcher.search
 

Constructors in com.ejie.r01f.rpcdispatcher.search with parameters of type RPCContext
SearchRPCExec(RPCContext otherContext)
          Constructor en base a otro contexto