Uses of Package
org.objectweb.jeremie.apis.binding

Packages that use org.objectweb.jeremie.apis.binding
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.binding.moa Provides an implementation of UnicastRemoteObject, multiple instances of which are managed together by an object adapter. 
org.objectweb.jeremie.libs.binding.soa Provides an implementation of UnicastRemoteObject, each instance of which is managed by an object adapter. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
 

Classes in org.objectweb.jeremie.apis.binding used by org.objectweb.jeremie.apis.binding
JRMIRef
          A JRMIRef is a reference to a remote object.
 

Classes in org.objectweb.jeremie.apis.binding used by org.objectweb.jeremie.libs.binding.jiop
JRMIBFactory
          The JRMIBFactory type designates binders that can create and manage distributed bindings.
 

Classes in org.objectweb.jeremie.apis.binding used by org.objectweb.jeremie.libs.binding.moa
JRMIBFactory
          The JRMIBFactory type designates binders that can create and manage distributed bindings.
RMIContext
          This defines the essential interface of standard RMI UnicastRemoteObjects.
 

Classes in org.objectweb.jeremie.apis.binding used by org.objectweb.jeremie.libs.binding.soa
JRMIBFactory
          The JRMIBFactory type designates binders that can create and manage distributed bindings.
RMIContext
          This defines the essential interface of standard RMI UnicastRemoteObjects.
 

Classes in org.objectweb.jeremie.apis.binding used by org.objectweb.jeremie.libs.stub_factories.std
DynamicRemote
           
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.
JRMIRef
          A JRMIRef is a reference to a remote object.