Uses of Interface
org.objectweb.jonathan.apis.protocols.RequestSession

Packages that use RequestSession
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
org.objectweb.jeremie.apis.stub_factories Provides an interface for Jeremie stub factories. 
org.objectweb.jeremie.libs.services.registry Provides an implementation of a simple naming service and a number of programming interfaces for accessing the service. 
org.objectweb.jeremie.libs.services.registry.jndi Provides a JNDI Service Provider Interface (SPI) for the Jeremie registry. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
 

Uses of RequestSession in org.objectweb.david.libs.stub_factories.std
 

Classes in org.objectweb.david.libs.stub_factories.std that implement RequestSession
 class ServerDelegate
          Class for server-side delegates.
 

Uses of RequestSession in org.objectweb.jeremie.apis.stub_factories
 

Methods in org.objectweb.jeremie.apis.stub_factories that return RequestSession
 RequestSession JRMIStubFactory.newRequestSession(java.lang.Object target)
          Creates a request session which can be used by a stub to send data to the given remote object.
 

Uses of RequestSession in org.objectweb.jeremie.libs.services.registry
 

Classes in org.objectweb.jeremie.libs.services.registry that implement RequestSession
 class RegistryImpl_Skel
          Jeremie optimised skeleton for RegistryImpl
 

Uses of RequestSession in org.objectweb.jeremie.libs.services.registry.jndi
 

Classes in org.objectweb.jeremie.libs.services.registry.jndi that implement RequestSession
 class JRMIReferenceImpl_Skel
          Jeremie optimised skeleton for JRMIReferenceImpl
 

Uses of RequestSession in org.objectweb.jeremie.libs.stub_factories.std
 

Classes in org.objectweb.jeremie.libs.stub_factories.std that implement RequestSession
 class OptSkeleton
          Provides an abstract implementation of a Jeremie server-side skeleton.
protected  class StdStubFactory.DynamicRequestSession
          Provides an implementation of a request session.
protected  class StdStubFactory.RequestSessionImpl
          Provides an implementation of a request session.
 

Methods in org.objectweb.jeremie.libs.stub_factories.std that return RequestSession
 RequestSession StdStubFactory.newRequestSession(java.lang.Object target)
          Creates a request session which can be used by the stub to send data to the given remote object.