org.objectweb.carol.rmi.jrmp.interceptor
Interface JInitInfo
- JRMPInitInfoImpl
public interface JInitInfo
Interface JInitInfo
is the CAROL JRMP Interceptor Information
Interface this interface for storing interceptor initialisation informations
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
getClientRequestInterceptors
public JClientRequestInterceptor[] getClientRequestInterceptors()
get all the client interceptor
- array of ClientRequestInterceptor
getServerRequestInterceptors
public JServerRequestInterceptor[] getServerRequestInterceptors()
get all the server interceptor
- array of ServerRequestInterceptor