Uses of Interface
org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo

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
 void ProtocolInterceptor.receive_request(JServerRequestInfo jri)
          Receive request
 void ProtocolInterceptor.send_reply(JServerRequestInfo jri)
          send reply with context
 void ProtocolInterceptor.send_exception(JServerRequestInfo jri)
           
 void ProtocolInterceptor.send_other(JServerRequestInfo jri)
           
static JServerRequestInfo JServerInterceptorHelper.getRequestServerContextFromInput(java.io.ObjectInput in, int ctxValue, JServerRequestInfo jsr)
          Get Context from Object Input
static void JServerInterceptorHelper.setServerContextInOutput(java.io.ObjectOutput out, JServerRequestInfo ri, boolean locRef)
          Set Context inObject Outut
 void JServerRequestInterceptor.receive_request(JServerRequestInfo jri)
          Receive request
 void JServerRequestInterceptor.send_reply(JServerRequestInfo jri)
          send reply with context
 void JServerRequestInterceptor.send_exception(JServerRequestInfo jri)
          send exception with context
 void JServerRequestInterceptor.send_other(JServerRequestInfo jri)