Represents the GUI Server. When creating an instance of EMXMLInvoker (or EMBasicXMLInvoker) with a reference to a GSRComponent type, the request is sent to the specified Control‑M/EM GUI Server. For more information, see ComponentType class.
The GSRComponent class uses the constructors listed in the following table:
Constructor |
Description |
---|---|
GSRComponent (prototype 1) |
Using this constructor, the request is sent to the GUI Server name specified under com.bmc.ctmem.emapi.GSR.name=name in the ctmemapi.properties file.
|
GSRComponent (prototype 2) |
Using this constructor, the request is sent to the GUI Server name specified with the name parameter.
|
Parent Topic |