getStatus()
Retrieves basic status information about the adapter.
This information is fairly limited. For additional methods, see getConfig() and getRvConfig().
The following table lists the returned results:
| Name | Type | Description |
|---|---|---|
| Instance ID | string | The adapter configuration ID. |
| Adapter Name | string | The name of the adapter. |
| Uptime | integer | Time in seconds since startup. |
| Messages Received | integer | The number of TIBCO Rendezvous messages received. |
| Messages Sent | integer | The number of TIBCO Rendezvous messages published. |
| New Errors | integer | The number of errors since the last call to this method. |
| Total Errors | integer | The total number of errors since startup. |
| Process ID | integer | The process ID of the application. |
| Host | string | The name of host machine on which the adapter is running. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.