Starts the Control‑M/EM API services and initializes CORBA with default values or with values specified with its optional parameters (an EMXMLInvoker static method). The init method must be run at program startup. The following table describes the three different prototypes.
init |
Description |
---|---|
Prototype 1 |
Default implementation which initializes the CORBA services using a Control‑M/EM API-specific CORBA configuration that was created during the API post-installation configuration (using emapi-configure).
This CORBA configuration information is contained in the jacorb.properties file located under the emapi-800\etc directory. |
Prototype 2 |
Enables you to include an array of strings representing a list of arguments.
|
Prototype 3 |
Enables you to include an array of strings representing a list of arguments.
|
Parent Topic |