Uses of Interface
org.objectweb.jonathan.apis.binding.Reference

Packages that use Reference
org.objectweb.david.apis.binding Provides a class refining the org.omg.CORBA.portable.Delegate class as a Jonathan reference. 
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
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 Reference in org.objectweb.david.apis.binding
 

Classes in org.objectweb.david.apis.binding that implement Reference
 class DavidDelegate
          Super type of all David delegates.
 

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

Classes in org.objectweb.david.libs.stub_factories.std that implement Reference
 class JDelegate
          Base class for delegates.
 class JStubFactory.ClientDelegate
          Type of the client-side delegates.
 class ServerDelegate
          Class for server-side delegates.
 

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

Subinterfaces of Reference 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.
 interface JRMIRef
          A JRMIRef is a reference to a remote object.
 

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

Classes in org.objectweb.jeremie.libs.stub_factories.std that implement Reference
 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.