public interface ConnectionPoolStats implements javax.management.j2ee.statistics.Stats
A Stats interface to represent the statistical data exposed by a Connection
Pool. All the Connection Pool implementations should expose statistical data
by implementing this interface.
Indicates the longest, shortest wait times of connection
requests. The current value indicates the wait time of
the last request that was serviced by the pool.
Statistic to represent the Connection Usage
In addition to information about the number of connections being
used currently, this also contains information about the
Maximum number of connections that were used(High Watermark)