org.objectweb.carol.rmi.jrmp.interceptor

Class JRMPInitInfoImpl

Implemented Interfaces:
JInitInfo

public class JRMPInitInfoImpl
extends java.lang.Object
implements JInitInfo

Class JRMPInitInfoImpl is the CAROL JRMP Initializer Implementation

Version:
1.0, 15/07/2002

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

See Also:
JInitInfo

Field Summary

protected ArrayList
clientInterceptors
Request Client Interceptor Hashtable
protected ArrayList
serverInterceptors
Request Server Interceptor Hashtable

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

Field Details

clientInterceptors

protected ArrayList clientInterceptors
Request Client Interceptor Hashtable


serverInterceptors

protected ArrayList serverInterceptors
Request Server Interceptor Hashtable

Method Details

add_client_request_interceptor

public void add_client_request_interceptor(JClientRequestInterceptor interceptor)
add client interceptor
Specified by:
add_client_request_interceptor in interface JInitInfo

Parameters:


add_server_request_interceptor

public void add_server_request_interceptor(JServerRequestInterceptor interceptor)
add server interceptor
Specified by:
add_server_request_interceptor in interface JInitInfo

Parameters:


clear

public void clear()


getClientRequestInterceptors

public JClientRequestInterceptor[] getClientRequestInterceptors()
get all the client interceptor
Specified by:
getClientRequestInterceptors in interface JInitInfo

Returns:
array of ClientRequestInterceptor


getServerRequestInterceptors

public JServerRequestInterceptor[] getServerRequestInterceptors()
get all the server interceptor
Specified by:
getServerRequestInterceptors in interface JInitInfo

Returns:
array of ServerRequestInterceptor