public class JRemoteCall
extends sun.rmi.transport.StreamRemoteCall
JRemoteCall
is the CAROL JRMP Remote call with context
propagationModifier and Type | Field and Description |
---|---|
protected JClientRequestInterceptor[] |
cis
Client Interceptor for context propagation
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
executeCall()
Deprecated.
|
protected JClientRequestInterceptor[] cis
public JRemoteCall(sun.rmi.transport.Connection c, java.rmi.server.ObjID id, int op, long hash, JClientRequestInterceptor[] cis) throws java.rmi.RemoteException
c
- The connectionid
- the object idhash
- the hash codecis
- the client interceptors arrayjava.rmi.RemoteException
public void executeCall() throws java.lang.Exception
executeCall
in interface java.rmi.server.RemoteCall
executeCall
in class sun.rmi.transport.StreamRemoteCall
java.lang.Exception