Package org.objectweb.jeremie.binding.api

Provides a set of basic interfaces for handling remote object identifiers (identifiers for java.rmi.Remote objects).

See:
          Description

Interface Summary
DynamicRemote  
JRMIBFactory The JRMIBFactory type designates binders that can create and manage distributed bindings.
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.
RMIContext This defines the essential interface of standard RMI UnicastRemoteObjects.
 

Package org.objectweb.jeremie.binding.api Description

Provides a set of basic interfaces for handling remote object identifiers (identifiers for java.rmi.Remote objects).