Class ORBD

java.lang.Object
com.sun.corba.se.impl.activation.ORBD

public class ORBD extends Object
Since:
JDK1.2
Author:
Rohit Garg
  • Field Details

  • Constructor Details

    • ORBD

      public ORBD()
  • Method Details

    • initializeBootNaming

      protected void initializeBootNaming(ORB orb)
    • createORB

      protected ORB createORB(String[] args)
    • createSystemDirs

      protected boolean createSystemDirs(String defaultDbDir)
      Ensure that the Db directory exists. If not, create the Db and the log directory and return true. Otherwise return false.
    • getDbDir

      protected File getDbDir()
    • getDbDirName

      protected String getDbDirName()
    • startActivationObjects

      protected void startActivationObjects(ORB orb) throws Exception
      Throws:
      Exception
    • getLocator

      protected Locator getLocator()
    • getActivator

      protected Activator getActivator()
    • getRepository

      protected RepositoryImpl getRepository()
    • installOrbServers

      protected void installOrbServers(RepositoryImpl repository, Activator activator)
      Go through the list of ORB Servers and initialize and start them up.
    • main

      public static void main(String[] args)