Uses of Interface
org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor

Packages that use JClientRequestInterceptor
org.objectweb.carol.rmi.jrmp.interceptor   
org.objectweb.carol.rmi.jrmp.server   
 

Uses of JClientRequestInterceptor in org.objectweb.carol.rmi.jrmp.interceptor
 

Methods in org.objectweb.carol.rmi.jrmp.interceptor that return JClientRequestInterceptor
 JClientRequestInterceptor[] JRMPInitInfoImpl.getClientRequestInterceptors()
          get all the client interceptor
 JClientRequestInterceptor[] JInitInfo.getClientRequestInterceptors()
          get all the client interceptor
static JClientRequestInterceptor[] JInterceptorStore.getLocalClientInterceptors()
          get the local client interceptor
static JClientRequestInterceptor[] JInterceptorStore.setRemoteInterceptors(byte[] raddr, java.rmi.server.UID ruid, java.lang.String[] ia)
          Get interceptor if exist
 

Methods in org.objectweb.carol.rmi.jrmp.interceptor with parameters of type JClientRequestInterceptor
 void JRMPInitInfoImpl.add_client_request_interceptor(JClientRequestInterceptor interceptor)
          add client interceptor
 void JInitInfo.add_client_request_interceptor(JClientRequestInterceptor interceptor)
          add client interceptor
static void JClientInterceptorHelper.receive_exception(java.io.ObjectInput in, JClientRequestInterceptor[] cis)
          Receive exception interception
static void JClientInterceptorHelper.receive_other(java.io.ObjectInput in, JClientRequestInterceptor[] cis)
           
static void JClientInterceptorHelper.receive_reply(java.io.ObjectInput in, JClientRequestInterceptor[] cis)
          Receive reply interception
static void JClientInterceptorHelper.send_poll(java.io.ObjectOutput out, JClientRequestInterceptor[] cis, boolean localRef)
          send client context in pool (see CORBA Specifications)
static void JClientInterceptorHelper.send_request(java.io.ObjectOutput out, JClientRequestInterceptor[] cis, boolean localRef)
          send client context with the request.
 

Uses of JClientRequestInterceptor in org.objectweb.carol.rmi.jrmp.server
 

Fields in org.objectweb.carol.rmi.jrmp.server declared as JClientRequestInterceptor
protected  JClientRequestInterceptor[] JUnicastRef.cis
          Client Interceptor for context propagation
protected  JClientRequestInterceptor[] JUnicastServerRef.cis
          ClientRequestInterceptor array
protected  JClientRequestInterceptor[] JRemoteCall.cis
          Client Interceptor for context propagation
 

Methods in org.objectweb.carol.rmi.jrmp.server with parameters of type JClientRequestInterceptor
protected  void JUnicastRemoteObject.exportObject(JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
           
static java.rmi.Remote JUnicastRemoteObject.exportObject(java.rmi.Remote obj, int p, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
           
static java.rmi.Remote JUnicastRemoteObject.exportObject(java.rmi.Remote obj, int p, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
           
static java.rmi.server.RemoteStub JUnicastRemoteObject.exportObject(java.rmi.Remote obj, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
           
 

Constructors in org.objectweb.carol.rmi.jrmp.server with parameters of type JClientRequestInterceptor
JRemoteCall(sun.rmi.transport.Connection c, java.rmi.server.ObjID id, int op, long hash, JClientRequestInterceptor[] cis)
          Constructor for client side call
JUnicastRef(sun.rmi.transport.LiveRef liveRef, JClientRequestInterceptor[] cis, java.lang.String[] initial, int local)
          Constructor with interceptor
JUnicastRefSf(sun.rmi.transport.LiveRef liveRef, JClientRequestInterceptor[] cis, java.lang.String[] initial, int local)
          Create a new Unicast RemoteRef.
JUnicastRemoteObject(int p, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
           
JUnicastRemoteObject(int p, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
           
JUnicastRemoteObject(JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
           
JUnicastServerRef(int port, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
          Constructor with interceptor
JUnicastServerRef(sun.rmi.transport.LiveRef ref, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
          Constructor with interceptor
JUnicastServerRefSf(int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
          Constructor with interceptor and custum sckets factories
JUnicastServerRefSf(sun.rmi.transport.LiveRef ref, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis)
          Constructor with interceptor Create a new Unicast Server RemoteRef.