getConnectionStatistics()
(Custom with adb.perfMon) Returns the state and statistics for all the current connections used by the adapter.
The following table lists the returns:
Returns | Type | Description |
---|---|---|
Connection ID | string | A unique identification of a particular connection. |
Connection Type | string | A type or key that matches this connection to a thread or queue. |
State | string | Current state: CONNECTED or DISCONNECTED |
NumRetries | integer | Total number of times this connection had to be reestablished. |
TotalNumOperations | integer | Total number of operations processed by this connection since the adapter started. |
CurrentNumOperations | integer | Total number of operations processed by this connection since the last reconnection. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.