|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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[] |
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 |
JClientRequestInterceptor[] |
JRMPInitInfoImpl.getClientRequestInterceptors()
get all the client interceptor |
Methods in org.objectweb.carol.rmi.jrmp.interceptor with parameters of type JClientRequestInterceptor | |
static void |
JClientInterceptorHelper.send_request(java.io.ObjectOutput out,
JClientRequestInterceptor[] cis,
boolean localRef)
send client context with the request. |
static void |
JClientInterceptorHelper.send_poll(java.io.ObjectOutput out,
JClientRequestInterceptor[] cis,
boolean localRef)
send client context in pool (see CORBA Specifications) |
static void |
JClientInterceptorHelper.receive_reply(java.io.ObjectInput in,
JClientRequestInterceptor[] cis)
Receive reply interception |
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)
|
void |
JInitInfo.add_client_request_interceptor(JClientRequestInterceptor interceptor)
add client interceptor |
void |
JRMPInitInfoImpl.add_client_request_interceptor(JClientRequestInterceptor interceptor)
add client interceptor |
Uses of JClientRequestInterceptor in org.objectweb.carol.rmi.jrmp.server |
Fields in org.objectweb.carol.rmi.jrmp.server declared as JClientRequestInterceptor | |
protected JClientRequestInterceptor[] |
JRemoteCall.cis
Client Interceptor for context propagation |
protected JClientRequestInterceptor[] |
JUnicastRef.cis
Client Interceptor for context propagation |
protected JClientRequestInterceptor[] |
JUnicastServerRef.cis
ClientRequestInterceptor array |
Methods in org.objectweb.carol.rmi.jrmp.server with parameters of type JClientRequestInterceptor | |
protected void |
JUnicastRemoteObject.exportObject(JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
|
static java.rmi.server.RemoteStub |
JUnicastRemoteObject.exportObject(java.rmi.Remote obj,
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)
|
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(JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
|
|
JUnicastRemoteObject(int p,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
|
|
JUnicastRemoteObject(int p,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
|
|
JUnicastServerRef(sun.rmi.transport.LiveRef ref,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor |
|
JUnicastServerRef(int port,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor |
|
JUnicastServerRefSf(sun.rmi.transport.LiveRef ref,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor Create a new Unicast Server RemoteRef. |
|
JUnicastServerRefSf(int port,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf,
JServerRequestInterceptor[] sis,
JClientRequestInterceptor[] cis)
Constructor with interceptor and custum sckets factories |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |