onHostEvent
The onHostEvent method provides notification of the changed run-time state of a TIBCO Host. This method supports only the subscribe mode.
Type
Asynchronous,
IMPACT_INFO.
Arguments
None.
Returns
Name | Type | Description |
---|---|---|
Process ID | String | The Process ID of the TIBCO Host (OS Process Id) |
Name | String | The name of the ActiveMatrix Service Grid host (AMXAdminHost). |
Type | String | The type of the ActiveMatrix Service Grid host (AMXAdminHost). |
Runtime State | String | The state of the ActiveMatrix Service Grid host.
|
Version | String | Version of the ActiveMatrix Service Grid host. |
Time Stamp | String | The time stamp (date and time) of the state changed (For example, from the NOT_RUNNING state to the RUNNING State, the time stamp of the Host started and running successfully). Time Stamp returns long value, which is available in Hawk in a readable format of date and time. |
Binding Status | String | Status of Host binding. |
Host Platform Version | String | Version of Host Platform. |
Internet Host Name | String | Internet Host name. |
OS Name | String | Operating system name of the host. |
OS Version | String | Operating system version of the host. |
System Arc | String | System architecture of the host. |
Stop Reason | String | The reason for the state of the host. It may be null during the normal operation. |