Methods Summary |
---|
public javax.management.j2ee.statistics.CountStatistic | getAverageConnWaitTime()Indicates the average wait time of connections, for successful
connection request attempts to the connector connection pool
|
public javax.management.j2ee.statistics.RangeStatistic | getConnRequestWaitTime()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.
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnAcquired()indicates the number of logical EIS/JDBC connections that were acquired
from the pool, since the last reset
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnCreated()indicates the number of physical EIS/JDBC connections that were created,
since the last reset
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnDestroyed()indicates the number of physical EIS/JDBC connections that were destroyed
, since the last reset
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnFailedValidation()represents the number of connections that failed validation
|
public javax.management.j2ee.statistics.RangeStatistic | getNumConnFree()Indicates the number of free connections in the pool in addition
to their high and low watermarks.
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnNotSuccessfullyMatched()Indicates the number of connections that were rejected by the
Managed Connection Factory during matching.
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnReleased()indicates the number of logical EIS/JDBC connections that were released
to the pool, since the last reset
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnSuccessfullyMatched()Indicates the number of connections that were successfully matched by
the Managed Connection Factory.
|
public javax.management.j2ee.statistics.CountStatistic | getNumConnTimedOut()represents the number of connection requests that timed out
|
public javax.management.j2ee.statistics.RangeStatistic | getNumConnUsed()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)
|
public javax.management.j2ee.statistics.CountStatistic | getNumPotentialConnLeak()Indicates the number of potential connection leaks
|
public javax.management.j2ee.statistics.CountStatistic | getWaitQueueLength()Indicates the number of connection requests in the queue waiting
to be serviced
|