Interface InitialServerRequestDispatcher

All Superinterfaces:
ServerRequestDispatcher

public interface InitialServerRequestDispatcher extends 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

    Modifier and Type
    Method
    Description
    void
    init(Resolver resolver)
    Plug in the resolver that this InitialServerRequestDispatcher should use in order to lookup or list initial name to object reference bindings.

    Methods inherited from interface com.sun.corba.ee.spi.protocol.ServerRequestDispatcher

    dispatch, locate
  • Method Details

    • init

      void init(Resolver resolver)
      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