Uses of Class
org.objectweb.carol.rmi.jrmp.interceptor.JServiceContext

Packages that use JServiceContext
org.objectweb.carol.rmi.jrmp.interceptor   
 

Uses of JServiceContext in org.objectweb.carol.rmi.jrmp.interceptor
 

Methods in org.objectweb.carol.rmi.jrmp.interceptor that return JServiceContext
 JServiceContext JRMPServerRequestInfoImpl.get_request_service_context(int id)
          Get the context specifie by this id if there is no context corresponding with this id return null
 JServiceContext[] JRMPServerRequestInfoImpl.get_all_request_service_context()
          Get the all the request service context if there is no context return null
 JServiceContext JRMPServerRequestInfoImpl.get_reply_service_context(int id)
          Get the context specifie by this id if there is no context corresponding with this id return null
 JServiceContext[] JRMPServerRequestInfoImpl.get_all_reply_service_context()
          Get the all the reply service context if there is no context return null
 JServiceContext JRMPClientRequestInfoImpl.get_request_service_context(int id)
          Get the context specifie by this id if there is no context corresponding with this id return null
 JServiceContext[] JRMPClientRequestInfoImpl.get_all_request_service_context()
          Get the all the request service context if there is no context return null
 JServiceContext JRMPClientRequestInfoImpl.get_reply_service_context(int id)
          Get the context specifie by this id if there is no context corresponding with this id return null
 JServiceContext[] JRMPClientRequestInfoImpl.get_all_reply_service_context()
          Get the all the reply service context if there is no context return null
 JServiceContext JRequestInfo.get_request_service_context(int id)
          Get the context specifie by this id if there is no context corresponding with this id return null
 JServiceContext[] JRequestInfo.get_all_request_service_context()
          Get the all the request service context if there is no context return null
 JServiceContext JRequestInfo.get_reply_service_context(int id)
          Get the context specifie by this id if there is no context corresponding with this id return null
 JServiceContext[] JRequestInfo.get_all_reply_service_context()
          Get the all the reply service context if there is no context return null
 

Methods in org.objectweb.carol.rmi.jrmp.interceptor with parameters of type JServiceContext
 void JRMPServerRequestInfoImpl.add_reply_service_context(JServiceContext jServiceContext, boolean replace)
          add a JServicecontext
 void JRMPClientRequestInfoImpl.add_request_service_context(JServiceContext jServiceContext, boolean replace)
          add a JServicecontext
 void JServerRequestInfo.add_reply_service_context(JServiceContext jServiceContext, boolean replace)
          add a JServicecontext
 void JClientRequestInfo.add_request_service_context(JServiceContext jServiceContext, boolean replace)
          Add a JServicecontext
 

Constructors in org.objectweb.carol.rmi.jrmp.interceptor with parameters of type JServiceContext
JRMPServerRequestInfoImpl(JServiceContext[] scs)
          Full constructor available for Reply Information
JRMPClientRequestInfoImpl(JServiceContext[] scs)
          Full constructor available for Reply Information