|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the statistics provided by a JDBC connection pool.
Method Summary | |
CountStatistic (src) |
getCloseCount()
Number of connections closed. |
CountStatistic (src) |
getCreateCount()
Number of connections created. |
BoundedRangeStatistic (src) |
getFreePoolSize()
Number of free connections in the pool. |
BoundedRangeStatistic (src) |
getPoolSize()
Size of the connection pool. |
RangeStatistic (src) |
getWaitingThreadCount()
Number of threads waiting for a connection. |
Methods inherited from interface javax.management.j2ee.statistics.JDBCConnectionStats (src) |
getJdbcDataSource, getUseTime, getWaitTime |
Methods inherited from interface javax.management.j2ee.statistics.Stats (src) |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public CountStatistic (src) getCreateCount()
public CountStatistic (src) getCloseCount()
public BoundedRangeStatistic (src) getPoolSize()
public BoundedRangeStatistic (src) getFreePoolSize()
public RangeStatistic (src) getWaitingThreadCount()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |