Uses of Interface
org.objectweb.jeremie.apis.binding.JRMIRef

Packages that use JRMIRef
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.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
 

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

Subinterfaces of JRMIRef in org.objectweb.jeremie.apis.binding
 interface JRMIOptRef
          A JRMIOptRef optimizes a Jeremie reference with the addition of methods for type-specific marshalling of data for remote method invocations, as opposed to the use of generic reflection-based marshalling.
 

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

Classes in org.objectweb.jeremie.libs.stub_factories.std that implement JRMIRef
 class DynamicRef
          Provides an implementation of a Jeremie reference to a remote object.
 class RefImpl
          Provides an implementation of a Jeremie reference to a remote object.
 

Constructors in org.objectweb.jeremie.libs.stub_factories.std with parameters of type JRMIRef
DynamicRef(JRMIRef client_ref, DynamicRemote target)