javax.management.j2ee.statistics
Interface JDBCConnectionPoolStats
- All Superinterfaces:
- JDBCConnectionStats, Stats
- public interface JDBCConnectionPoolStats
- extends JDBCConnectionStats
- Version:
- $Rev: 46019 $
getCreateCount
public CountStatistic getCreateCount()
getCloseCount
public CountStatistic getCloseCount()
getPoolSize
public BoundedRangeStatistic getPoolSize()
getFreePoolSize
public BoundedRangeStatistic getFreePoolSize()
getWaitingThreadCount
public RangeStatistic getWaitingThreadCount()
Copyright © {inceptionYear}-2007 null. All Rights Reserved.