Uses of Interface
org.objectweb.jeremie.apis.stub_factories.JRMIStubFactory

Packages that use JRMIStubFactory
org.objectweb.jeremie.apis.binding Provides a set of basic interfaces for handling remote object identifiers (identifiers for java.rmi.Remote objects). 
org.objectweb.jeremie.libs.binding.jiop Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
 

Uses of JRMIStubFactory in org.objectweb.jeremie.apis.binding
 

Methods in org.objectweb.jeremie.apis.binding that return JRMIStubFactory
 JRMIStubFactory JRMIBFactory.getStubFactory()
          Retrieves the stub factory associated with this binding factory.
 

Uses of JRMIStubFactory in org.objectweb.jeremie.libs.binding.jiop
 

Methods in org.objectweb.jeremie.libs.binding.jiop that return JRMIStubFactory
 JRMIStubFactory JIOP.getStubFactory()
          Returns the stub factory associated with this binder viewed as a Jeremie binding factory.
 

Constructors in org.objectweb.jeremie.libs.binding.jiop with parameters of type JRMIStubFactory
JIOP(JRMIStubFactory stub_factory)
           
 

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

Classes in org.objectweb.jeremie.libs.stub_factories.std that implement JRMIStubFactory
 class StdStubFactory
          Provides an implementation of a Jeremie stub factory.