org.objectweb.jeremie.stub_factories.api
Interface DefaultStubTable
- JRMIStubFactory
- 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.
static Hashtable | default_stub_table - The table used to associate exported
Remote
implementations with the corresponding default stubs.
|
default_stub_table
public static final Hashtable default_stub_table
The table used to associate exported Remote
implementations with the corresponding default stubs.