Uses of Interface
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 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 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 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 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 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 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
 

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