Public Member Functions | |
void | setOptions (String[] args) |
void | setPort (int port) |
String[] | getOptions () |
Properties | getProperties () |
Properties | getProperties (boolean suppressPortProperty) |
abstract String | getORBClass () |
abstract String | getORBSingleton () |
abstract String | getPortPropertyName () |
Static Public Member Functions | |
OrbConfigurator | getOrbConfigurator () |
void | setDebug (boolean debug) |
Static Public Attributes | |
final String | ORB_CLASS_KEY = "org.omg.CORBA.ORBClass" |
final String | ORB_SINGLETON_CLASS_KEY = "org.omg.CORBA.ORBSingletonClass" |
final int | ORB_DEFAULT_PORT = ACSPorts.getBasePort()*100 + 3000 + 51 |
Protected Member Functions | |
OrbConfigurator () | |
abstract CmdLineRegisteredOption[] | _declareOptions () |
abstract Properties | _getProperties () |
void | setDefaultOptions () |
Static Protected Attributes | |
boolean | debug = false |
Private Attributes | |
CmdLineArgs | m_cmdArgs |
CmdLineRegisteredOption[] | m_opts |
int | m_port |
Created on 17-Oct-2002 10:50:46
|
|
|
Declares command line options that will be recognized later.
Implemented in alma::acs::container::corba::JacOrbConfigurator, alma::acs::container::corba::JavaIDLConfigurator, and alma::acs::container::corba::OrbacusConfigurator.
|
|
The values for ORB_CLASS_KEY, ORB_SINGLETON_CLASS_KEY don't need to be set here; if they are, they will be overwritten by those from Implemented in alma::acs::container::corba::JacOrbConfigurator, alma::acs::container::corba::JavaIDLConfigurator, and alma::acs::container::corba::OrbacusConfigurator.
|
|
|
|
Gets the value for the key "org.omg.CORBA.ORBClass". Implemented in alma::acs::container::corba::JacOrbConfigurator, alma::acs::container::corba::JavaIDLConfigurator, and alma::acs::container::corba::OrbacusConfigurator.
|
|
|
|
Gets the value for the key "org.omg.CORBA.ORBSingletonClass". Implemented in alma::acs::container::corba::JacOrbConfigurator, alma::acs::container::corba::JavaIDLConfigurator, and alma::acs::container::corba::OrbacusConfigurator.
|
|
Implemented in alma::acs::container::corba::JacOrbConfigurator, alma::acs::container::corba::JavaIDLConfigurator, and alma::acs::container::corba::OrbacusConfigurator.
|
|
|
|
Gets the Properties like org.omg.CORBA.ORBClass |
|
|
|
Sets values for default options that can be overwritten by calling |
|
Sets options for the ORB as they would occur in a command line call. If any of the options in |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|