|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JServerRequestInfo | |
---|---|
org.objectweb.carol.rmi.jrmp.interceptor |
Uses of JServerRequestInfo in org.objectweb.carol.rmi.jrmp.interceptor |
---|
Classes in org.objectweb.carol.rmi.jrmp.interceptor that implement JServerRequestInfo | |
---|---|
class |
JRMPServerRequestInfoImpl
Class JRMPServerRequestInfoImpl is the CAROL JRMP Server
Request info (JServerRequestInfo) Implementation |
Methods in org.objectweb.carol.rmi.jrmp.interceptor that return JServerRequestInfo | |
---|---|
static JServerRequestInfo |
JServerInterceptorHelper.getRequestServerContextFromInput(java.io.ObjectInput in,
int ctxValue,
JServerRequestInfo jsr)
Get Context from Object Input |
Methods in org.objectweb.carol.rmi.jrmp.interceptor with parameters of type JServerRequestInfo | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |