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 host (AMXAdminHost).
Type String The type of the ActiveMatrix host (AMXAdminHost).
Runtime State String The state of the ActiveMatrix host.
  • UNKNOWN
  • NOT_RUNNING
  • INITIALIZING
  • INITIALIZING_FAILED
  • INITIALIZED
  • STARTING: The starting of the host. The starting state should move to the running state BEFORE starting the nodes. In other words, Host state is independent of Node State. Nodes can start unless the Host starts successfully.
  • STARTING_FAILED: The starting process failed and the reason on the status will be set.
  • STOPPING
  • STOPPED
  • RUNNING: The host is running normally.
  • UNBOUND: The host is not bound to an enterprise.
  • LOSING_CONTACT
  • LOST_CONTACT: Lost contact with a host. Reason being the host was killed unexpectedly, heartbeats are lost in a flood of traffic, or the network is no logger operational.
Version String Version of the ActiveMatrix 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 of the state the host is in. It may be null during the normal operation.