javax.management.j2ee.statistics

Interface JDBCConnectionPoolStats

All Superinterfaces:
JDBCConnectionStats, Stats

public interface JDBCConnectionPoolStats
extends JDBCConnectionStats

Method Summary

CountStatistic
getCloseCount()
CountStatistic
getCreateCount()
BoundedRangeStatistic
getFreePoolSize()
BoundedRangeStatistic
getPoolSize()
RangeStatistic
getWaitingThreadCount()

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 Details

getCloseCount

public CountStatistic getCloseCount()

getCreateCount

public CountStatistic getCreateCount()

getFreePoolSize

public BoundedRangeStatistic getFreePoolSize()

getPoolSize

public BoundedRangeStatistic getPoolSize()

getWaitingThreadCount

public RangeStatistic getWaitingThreadCount()