org.objectweb.jeremie.stub_factories.api
Interface DefaultStubTable

All Known Subinterfaces:
JRMIStubFactory
All Known Implementing Classes:
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 Hashtable default_stub_table
          The table used to associate exported Remote implementations with the corresponding default stubs.
 

Field Detail

default_stub_table

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