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

Packages that use DynamicRemote
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
 

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

Constructors in org.objectweb.jeremie.libs.stub_factories.std with parameters of type DynamicRemote
StdStubFactory.DynamicRequestSession(DynamicRemote target, java.lang.Class stub_class)
          Builds a new RequestSessionImpl.
DynamicRef(JRMIRef client_ref, DynamicRemote target)