Package | Description |
---|---|
org.objectweb.carol.rmi.jrmp.interceptor | |
org.objectweb.carol.rmi.jrmp.server |
Modifier and Type | Method and Description |
---|---|
JClientRequestInterceptor[] |
JInitInfo.getClientRequestInterceptors()
get all the client interceptor
|
JClientRequestInterceptor[] |
JRMPInitInfoImpl.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
|
Modifier and Type | Method and Description |
---|---|
void |
JInitInfo.add_client_request_interceptor(JClientRequestInterceptor interceptor)
add client interceptor
|
void |
JRMPInitInfoImpl.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.
|
Modifier and Type | Field and Description |
---|---|
protected JClientRequestInterceptor[] |
JUnicastServerRef.cis
ClientRequestInterceptor array
|
protected JClientRequestInterceptor[] |
JUnicastRef.cis
Client Interceptor for context propagation
|
protected JClientRequestInterceptor[] |
JRemoteCall.cis
Client Interceptor for context propagation
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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.
|