org.objectweb.david.apis.stub_factories
Interface DefaultStubTable

All Known Subinterfaces:
JRMIStubFactory
All Known Implementing Classes:
ORBPortableRemoteObjectDelegate, StdStubFactory

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.


Field Summary
static java.util.Hashtable default_stub_table
          The table used to associate exported Remote implementations with the corresponding default stubs.
 

Field Detail

default_stub_table

public static final java.util.Hashtable default_stub_table
The table used to associate exported Remote implementations with the corresponding default stubs.