getProperties

Enables you to obtain the Control‑M/EM GUI Server name from the ctmem.properties file. This method returns the properties object that you specify with the setProperties method. If you have not set the Control‑M/EM API properties by using setProperties, it returns the properties object containing the values in the ctmem.properties file under your project/application working directory.

Each call to getProperties reads the ctmem.properties file. Any modifications made to this file while the application is running affect subsequent calls to getProperties.

Parent Topic

EMBasicXMLInvoker and EMXML Invoker class