|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ejie.r01f.rpcdispatcher.RPCExec
RPCExec.java Interfaz que deben implementar los objetos que se encargan de manejar una llamada RPC Contiene 1 métodos mas otros 2 heredados: - service: Sirve para tratar llamadas RPC en las que se especifica el modulo y no se especifica el nombre de la función a llamar o bien llamadas genericas al servlet rpc (sin llamada rpc) - setRPCCallContext: Sirve para establecer el contexto de la llamada RPC Se llama durante el método init del servlet RPC - initialize: Sirve para inicializar el módulo, y es llamada en el metodo init del servlet RPC Created on 25 de febrero de 2002, 12:07
Constructor Summary | |
RPCExec()
Constructor vacio |
|
RPCExec(RPCContext otherContext)
Constructor en base a otro contexto |
Method Summary | |
void |
destroy()
Destruction of the servlet. |
abstract void |
initialize(RPCContext newContext)
Inicializacion: Es llamada cuando se inicializa el servlet dispatcher (una sola vez). |
abstract java.lang.String |
service()
Funcion generica de llamada. |
void |
setRPCContext(RPCContext newRPCContext)
Funcion para establecer el contexto de la llamada RPC. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RPCExec()
public RPCExec(RPCContext otherContext)
otherContext
- Method Detail |
public void destroy()
public void setRPCContext(RPCContext newRPCContext)
newRPCContext
- el contexto RPCpublic abstract java.lang.String service() throws RPCException
RPCException
- si se produce algun error durante la llamada RPCpublic abstract void initialize(RPCContext newContext) throws RPCException
newContext
- El contexto de la llamada RPC
RPCException
- si se produce algun error durante la llamada RPC
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |