org.objectweb.jeremie.stub_factories.api

Interface DefaultStubTable

Known Subinterfaces:
JRMIStubFactory
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 Details

default_stub_table

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