com.ibm.websphere.management.statistics
Interface JCAConnectionPoolStats
- All Superinterfaces:
- JCAConnectionStats, Stats
- public interface JCAConnectionPoolStats
- extends JCAConnectionStats
Method Summary CountStatistic getCloseCount()
CountStatistic getCreateCount()
BoundedRangeStatistic getFreePoolSize()
BoundedRangeStatistic getPoolSize()
RangeStatistic getWaitingThreadCount()
Methods inherited from interface com.ibm.websphere.management.statistics.JCAConnectionStats getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
Methods inherited from interface com.ibm.websphere.management.statistics.Stats getStatistic, getStatisticNames, getStatistics
Method Detail getCreateCount
public CountStatistic getCreateCount()
getCloseCount
public CountStatistic getCloseCount()
getPoolSize
public BoundedRangeStatistic getPoolSize()
getFreePoolSize
public BoundedRangeStatistic getFreePoolSize()
getWaitingThreadCount
public RangeStatistic getWaitingThreadCount()
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.