IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.statistics
Interface JCAConnectionPoolStats

All Superinterfaces:
JCAConnectionStats, Stats
All Known Implementing Classes:
JCAConnectionPoolStatsImpl

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

public interface JCAConnectionPoolStats
extends JCAConnectionStats


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.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. 

IBM WebSphere Application ServerTM
Release 8