Package | Description |
---|---|
org.objectweb.carol.rmi.jrmp.interceptor |
Modifier and Type | Class and Description |
---|---|
class |
JRMPServerRequestInfoImpl
Class
JRMPServerRequestInfoImpl is the CAROL JRMP Server
Request info (JServerRequestInfo) Implementation |
Modifier and Type | Method and Description |
---|---|
static JServerRequestInfo |
JServerInterceptorHelper.getRequestServerContextFromInput(java.io.ObjectInput in,
int ctxValue,
JServerRequestInfo jsr)
Get Context from Object Input
|
Modifier and Type | Method and Description |
---|---|
static JServerRequestInfo |
JServerInterceptorHelper.getRequestServerContextFromInput(java.io.ObjectInput in,
int ctxValue,
JServerRequestInfo jsr)
Get Context from Object Input
|
void |
ProtocolInterceptor.receive_request(JServerRequestInfo jri)
Receive request
|
void |
JServerRequestInterceptor.receive_request(JServerRequestInfo jri)
Receive request
|
void |
ProtocolInterceptor.send_exception(JServerRequestInfo jri) |
void |
JServerRequestInterceptor.send_exception(JServerRequestInfo jri)
send exception with context
|
void |
ProtocolInterceptor.send_other(JServerRequestInfo jri) |
void |
JServerRequestInterceptor.send_other(JServerRequestInfo jri) |
void |
ProtocolInterceptor.send_reply(JServerRequestInfo jri)
send reply with context
|
void |
JServerRequestInterceptor.send_reply(JServerRequestInfo jri)
send reply with context
|
static void |
JServerInterceptorHelper.setServerContextInOutput(java.io.ObjectOutput out,
JServerRequestInfo ri,
boolean locRef)
Set Context inObject Outut
|