javax.management.j2ee.statistics

Interface JDBCConnectionPoolStats

public interface JDBCConnectionPoolStats extends JDBCConnectionStats

Method Summary
CountStatisticgetCloseCount()
CountStatisticgetCreateCount()
BoundedRangeStatisticgetFreePoolSize()
BoundedRangeStatisticgetPoolSize()
RangeStatisticgetWaitingThreadCount()

Method Detail

getCloseCount

public CountStatistic getCloseCount()

getCreateCount

public CountStatistic getCreateCount()

getFreePoolSize

public BoundedRangeStatistic getFreePoolSize()

getPoolSize

public BoundedRangeStatistic getPoolSize()

getWaitingThreadCount

public RangeStatistic getWaitingThreadCount()