com.ibm.websphere.management.statistics
Interface JDBCConnectionPoolStats
- All Superinterfaces:
- JDBCConnectionStats, Stats
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.JDBCConnectionPoolStats
- public interface JDBCConnectionPoolStats
- extends JDBCConnectionStats
getCreateCount
public CountStatistic getCreateCount()
- Deprecated.
getCloseCount
public CountStatistic getCloseCount()
- Deprecated.
getPoolSize
public BoundedRangeStatistic getPoolSize()
- Deprecated.
getFreePoolSize
public BoundedRangeStatistic getFreePoolSize()
- Deprecated.
getWaitingThreadCount
public RangeStatistic getWaitingThreadCount()
- Deprecated.