InitialServerRequestDispatcherpublic interface InitialServerRequestDispatcher implements CorbaServerRequestDispatcherInitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher
that provides an initialization method. This delegate is used
to implement bootstrapping of initial object references. |
Methods Summary |
---|
public void | init(com.sun.corba.se.spi.resolver.Resolver resolver)Plug in the resolver that this InitialServerRequestDispatcher should
use in order to lookup or list initial name to object reference
bindings.
|
|