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