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
CountStatistic getCreateCount()
- Deprecated.
getCloseCount
CountStatistic getCloseCount()
- Deprecated.
getPoolSize
BoundedRangeStatistic getPoolSize()
- Deprecated.
getFreePoolSize
BoundedRangeStatistic getFreePoolSize()
- Deprecated.
getWaitingThreadCount
RangeStatistic getWaitingThreadCount()
- Deprecated.