Frames | No Frames |
Constructors with parameter type org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor | |
Constructor for server side call
| |
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.JServerRequestInterceptor | |
JServerRequestInterceptor[] | Array of Interceptor for this Server Ref
|
JServerRequestInterceptor[] | ServerRequestInterceptor array
|
Methods with parameter type org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor | |
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 |
Classes implementing org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor | |
class | Class ProtocolInterceptor is the CAROL JRMP Client Interceptor
For protocol propagation via current thread
|
Methods with parameter type org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor | |
void | add server interceptor
|
void | add server interceptor
|
void | Receive request
|
void | send exception with context
|
void | |
void | send reply with context
|
Methods with return type org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor | |
JServerRequestInterceptor[] | get the local server interceptor
|
JServerRequestInterceptor[] | get all the server interceptor
|
JServerRequestInterceptor[] | get all the server interceptor
|