Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.carol.rmi.jrmp.interceptor.JRMPInitInfoImpl
JRMPInitInfoImpl
is the CAROL JRMP Initializer
Implementation
JInitInfo
Field Summary | |
protected ArrayList |
|
protected ArrayList |
|
Method Summary | |
void |
|
void |
|
void |
|
JClientRequestInterceptor[] |
|
JServerRequestInterceptor[] |
|
protected ArrayList clientInterceptors
Request Client Interceptor Hashtable
protected ArrayList serverInterceptors
Request Server Interceptor Hashtable
public void add_client_request_interceptor(JClientRequestInterceptor interceptor)
add client interceptor
- Specified by:
- add_client_request_interceptor in interface JInitInfo
- Parameters:
public void add_server_request_interceptor(JServerRequestInterceptor interceptor)
add server interceptor
- Specified by:
- add_server_request_interceptor in interface JInitInfo
- Parameters:
public void clear()
public JClientRequestInterceptor[] getClientRequestInterceptors()
get all the client interceptor
- Specified by:
- getClientRequestInterceptors in interface JInitInfo
- Returns:
- array of ClientRequestInterceptor
public JServerRequestInterceptor[] getServerRequestInterceptors()
get all the server interceptor
- Specified by:
- getServerRequestInterceptors in interface JInitInfo
- Returns:
- array of ServerRequestInterceptor