Package com.sun.corba.ee.spi.protocol
Interface InitialServerRequestDispatcher
- All Superinterfaces:
ServerRequestDispatcher
InitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher
that provides an initialization method. This delegate is used
to implement bootstrapping of initial object references.
-
Method Summary
Methods inherited from interface com.sun.corba.ee.spi.protocol.ServerRequestDispatcher
dispatch, locate
-
Method Details
-
init
Plug in the resolver that this InitialServerRequestDispatcher should use in order to lookup or list initial name to object reference bindings.- Parameters:
resolver
- that this should use
-