|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.rmi.jrmp.interceptor.JRMPInitInfoImpl
Class JRMPInitInfoImpl
is the CAROL JRMP Initializer
Implementation
JInitInfo
Field Summary | |
protected java.util.ArrayList |
clientInterceptors
Request Client Interceptor Hashtable |
protected java.util.ArrayList |
serverInterceptors
Request Server Interceptor Hashtable |
Constructor Summary | |
JRMPInitInfoImpl()
|
Method Summary | |
void |
add_client_request_interceptor(JClientRequestInterceptor interceptor)
add client interceptor |
void |
add_server_request_interceptor(JServerRequestInterceptor interceptor)
add server interceptor |
void |
clear()
|
JClientRequestInterceptor[] |
getClientRequestInterceptors()
get all the client interceptor |
JServerRequestInterceptor[] |
getServerRequestInterceptors()
get all the server interceptor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.ArrayList serverInterceptors
protected java.util.ArrayList clientInterceptors
Constructor Detail |
public JRMPInitInfoImpl()
Method Detail |
public void add_client_request_interceptor(JClientRequestInterceptor interceptor)
add_client_request_interceptor
in interface JInitInfo
public void add_server_request_interceptor(JServerRequestInterceptor interceptor)
add_server_request_interceptor
in interface JInitInfo
public JClientRequestInterceptor[] getClientRequestInterceptors()
getClientRequestInterceptors
in interface JInitInfo
public JServerRequestInterceptor[] getServerRequestInterceptors()
getServerRequestInterceptors
in interface JInitInfo
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |