com.ibm.websphere.management.statistics
Interface JCAConnectionPoolStats
All Superinterfaces:
All known implementing classes:
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.JCAConnectionPoolStats
- public interface JCAConnectionPoolStats
- extends JCAConnectionStats
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.JCAConnectionStats |
---|
getConnectionFactory, getManagedConnectionFactory, 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.