IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.statistics
Interface JDBCConnectionPoolStats

All Superinterfaces:
JDBCConnectionStats, Stats
All Known Implementing Classes:
JDBCConnectionPoolStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JDBCConnectionPoolStats

public interface JDBCConnectionPoolStats
extends JDBCConnectionStats


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

IBM WebSphere Application ServerTM
Release 7