getConnectionStatistics() Returns the state and statistics for all the current connections used by the adapter. Returns Type Description Connection ID string Unique identification of a particular connection. Connection Type string Type or key that will match 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. NumLostConnections integer Total amount of time that this connection has been lost. MeasurementInterval integer Displays the time (in seconds) since last time the adapter was reset, or if never reset, since the adapter started.