com.ibm.websphere.management.statistics
Interface JDBCConnectionPoolStats
All Superinterfaces:
All known implementing classes:
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.JDBCConnectionPoolStats
- public interface JDBCConnectionPoolStats
- extends JDBCConnectionStats
Method Summary
Modifier and Type | Method and Description |
---|---|
getCloseCount()
Deprecated.
|
|
getCreateCount()
Deprecated.
|
|
getFreePoolSize()
Deprecated.
|
|
getPoolSize()
Deprecated.
|
|
getWaitingThreadCount()
Deprecated.
|
Methods inherited from interface com.ibm.websphere.management.statistics.JDBCConnectionStats |
---|
getJdbcDataSource, getUseTime, getWaitTime |
Methods inherited from interface com.ibm.websphere.management.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail
getCreateCount
- CountStatistic getCreateCount()
Deprecated.
getCloseCount
- CountStatistic getCloseCount()
Deprecated.
getPoolSize
- BoundedRangeStatistic getPoolSize( )
Deprecated.
getFreePoolSize
- BoundedRangeStatistic getFreePoolSize( )
Deprecated.
getWaitingThreadCount
- RangeStatistic getWaitingThreadCount( )
Deprecated.