public interface JCAConnectionPoolStats extends JCAConnectionStats
Modifier and Type | Method and Description |
---|---|
CountStatistic |
getCloseCount() |
CountStatistic |
getCreateCount() |
BoundedRangeStatistic |
getFreePoolSize() |
BoundedRangeStatistic |
getPoolSize() |
RangeStatistic |
getWaitingThreadCount() |
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
getStatistic, getStatisticNames, getStatistics
CountStatistic getCloseCount()
CountStatistic getCreateCount()
BoundedRangeStatistic getFreePoolSize()
BoundedRangeStatistic getPoolSize()
RangeStatistic getWaitingThreadCount()
Copyright © 2013. All Rights Reserved.