getHostInfo

The getHostInfomethod returns the details of TIBCO ActiveMatrix Host instance running in the local machine.

Type

Synchronous, IMPACT_INFO.

Arguments

None.

Returns

Name Type Description
Process ID String The Process ID of the TIBCO Host Instance (OS Process ID).

Note: ProcessID return "-1", if Host is not running.

Name String The name of the ActiveMatrix host (SystemHost).
Type String Type of the TIBCO ActiveMatrix host: (TIBCO Host).
Runtime State String The state of ActiveMatrix host.
  • UNKNOWN
  • NOT_RUNNING
  • INITIALIZING
  • INITIALIZING_FAILED
  • INITIALIZED
  • STARTING - Starting of the host. The starting state should move to the running state BEFORE the nodes are started. In other words, Host state is independent of Node State. Nodes cannot start unless the Host starts successfully.
  • STARTING_FAILED - The process of starting failed, the reason on the status will be set.
  • STOPPING
  • STOPPED
  • RUNNING - The host is running successfully.
  • UNBOUND - The host is not bound to the enterprise.
  • LOOSING_CONTACT
  • LOST_CONTACT - Lost contact with a host. Reasons 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 TIBCO 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 The binding status of TIBCO Host (for example, bound).
Host Platform Version String Platform version of the Host.
Internet Host Name String Name of the Internet Host.
OS Name String The Operating System name of the machine running the host.
OS Version String The Operating System version of the machine running the host.
System Arch String System Architecture of the machine running the host.
Stop Reason String The reason of the state host is in. It may be null during the normal operation.