public class ORBD extends Object
Modifier and Type | Field and Description |
---|---|
protected Activator |
activator |
protected File |
dbDir |
protected Locator |
locator |
protected RepositoryImpl |
repository |
Constructor and Description |
---|
ORBD() |
Modifier and Type | Method and Description |
---|---|
protected ORB |
createORB(String[] args) |
protected boolean |
createSystemDirs(String defaultDbDir)
Ensure that the Db directory exists.
|
protected Activator |
getActivator() |
protected File |
getDbDir() |
protected String |
getDbDirName() |
protected Locator |
getLocator() |
protected RepositoryImpl |
getRepository() |
protected void |
initializeBootNaming(ORB orb) |
protected void |
installOrbServers(RepositoryImpl repository,
Activator activator)
Go through the list of ORB Servers and initialize and start
them up.
|
static void |
main(String[] args) |
protected void |
startActivationObjects(ORB orb) |
protected File dbDir
protected Locator locator
protected Activator activator
protected RepositoryImpl repository
protected void initializeBootNaming(ORB orb)
protected boolean createSystemDirs(String defaultDbDir)
protected File getDbDir()
protected String getDbDirName()
protected void startActivationObjects(ORB orb) throws Exception
Exception
protected Locator getLocator()
protected Activator getActivator()
protected RepositoryImpl getRepository()
protected void installOrbServers(RepositoryImpl repository, Activator activator)
public static void main(String[] args)
Copyright © 2019 JBoss by Red Hat. All rights reserved.