Uses of Interface
org.objectweb.david.apis.stub_factories.DefaultStubTable

Packages that use DefaultStubTable
org.objectweb.david.libs.binding.rmi Provides an implementation of the javax.rmi.CORBA.PortableRemoteObject interface. 
org.objectweb.jeremie.apis.stub_factories Provides an interface for Jeremie stub factories. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
 

Uses of DefaultStubTable in org.objectweb.david.libs.binding.rmi
 

Classes in org.objectweb.david.libs.binding.rmi that implement DefaultStubTable
 class ORBPortableRemoteObjectDelegate
          This class provides an implementation for PortableRemoteObjectDelegate.
 

Uses of DefaultStubTable in org.objectweb.jeremie.apis.stub_factories
 

Subinterfaces of DefaultStubTable in org.objectweb.jeremie.apis.stub_factories
 interface JRMIStubFactory
          A JRMIStubFactory is responsible for creating instances of Jeremie stubs.
 

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

Classes in org.objectweb.jeremie.libs.stub_factories.std that implement DefaultStubTable
 class StdStubFactory
          Provides an implementation of a Jeremie stub factory.