Starts the Control‑M/EM API services and initializes Thrift 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 Thrift connection using a Control‑M/EM API-specific communication.xml that was created during the API post-installation configuration (using emapi-configure).
This connection information is contained in the communication.xml file located under the emapi-918\ 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 |