org.objectweb.david.apis.stub_factories
Interface DefaultStubTable
- All Known Subinterfaces:
- JRMIStubFactory
- All Known Implementing Classes:
- ORBPortableRemoteObjectDelegate
- public interface DefaultStubTable
This interface simply contains a unique member, a hashtable associating
exported Remote implementations with a default
stub. It is only used by the RMI/IIOP implementation.
default_stub_table
public static final Hashtable default_stub_table
- The table used to associate exported
Remote
implementations with the corresponding default stubs.