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