Frames | No Frames |
Constructors with parameter type org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor | |
Constructor for client side call
| |
JUnicastRef.JUnicastRef(Object liveRef, JClientRequestInterceptor[] cis, String[] initial, int local) Constructor with interceptor
| |
JUnicastRefSf.JUnicastRefSf(Object liveRef, JClientRequestInterceptor[] cis, String[] initial, int local) Create a new Unicast RemoteRef. | |
JUnicastRemoteObject.JUnicastRemoteObject(int p, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) | |
JUnicastRemoteObject.JUnicastRemoteObject(int p, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) | |
JUnicastServerRef.JUnicastServerRef(Object ref, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) Constructor with interceptor
| |
JUnicastServerRef.JUnicastServerRef(int port, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) Constructor with interceptor
| |
JUnicastServerRefSf.JUnicastServerRefSf(Object ref, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) Constructor with interceptor Create a new Unicast Server RemoteRef. | |
JUnicastServerRefSf.JUnicastServerRefSf(int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) Constructor with interceptor and custum sckets factories
|
Fields of type org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor | |
JClientRequestInterceptor[] | Client Interceptor for context propagation
|
JClientRequestInterceptor[] | Client Interceptor for context propagation
|
JClientRequestInterceptor[] | ClientRequestInterceptor array
|
Methods with parameter type org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor | |
Remote | JUnicastRemoteObject.exportObject(Remote obj, int p, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) |
Remote | JUnicastRemoteObject.exportObject(Remote obj, int p, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) |
RemoteStub | JUnicastRemoteObject.exportObject(Remote obj, JServerRequestInterceptor[] sis, JClientRequestInterceptor[] cis) |
void |
Methods with parameter type org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor | |
void | add client interceptor
|
void | add client interceptor
|
void | Receive exception interception
|
void | |
void | Receive reply interception
|
void | JClientInterceptorHelper.send_poll(ObjectOutput out, JClientRequestInterceptor cis, boolean localRef) send client context in pool (see CORBA Specifications)
|
void | JClientInterceptorHelper.send_request(ObjectOutput out, JClientRequestInterceptor cis, boolean localRef) send client context with the request. |
Methods with return type org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor | |
JClientRequestInterceptor[] | get all the client interceptor
|
JClientRequestInterceptor[] | get all the client interceptor
|
JClientRequestInterceptor[] | get the local client interceptor
|
JClientRequestInterceptor[] | JInterceptorStore.setRemoteInterceptors(byte[] raddr, UID ruid, String[] ia) Get interceptor if exist
|