Interface ORBLocator


@Contract public interface ORBLocator
Contract for ORB provider.
Author:
Jerome Dochez
  • Field Details

  • Method Details

    • getORB

      org.omg.CORBA.ORB getORB()
      Get or create the default orb. This can be called for any process type. However, protocol manager and CosNaming initialization only take place for the Server.
      Returns:
      an initialized ORB instance
    • getORBPort

      int getORBPort(org.omg.CORBA.ORB orb)
    • getORBHost

      String getORBHost(org.omg.CORBA.ORB orb)