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