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
  1. public interface JCAConnectionPoolStats
  2. extends JCAConnectionStats

Method Summary

Modifier and Type Method and Description
  1. CountStatistic
getCloseCount()
Deprecated.
  1. CountStatistic
getCreateCount()
Deprecated.
  1. BoundedRangeStatistic
getFreePoolSize()
Deprecated.
  1. BoundedRangeStatistic
getPoolSize()
Deprecated.
  1. 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

  1. CountStatistic getCreateCount()
Deprecated.

getCloseCount

  1. CountStatistic getCloseCount()
Deprecated.

getPoolSize

  1. BoundedRangeStatistic getPoolSize( )
Deprecated.

getFreePoolSize

  1. BoundedRangeStatistic getFreePoolSize( )
Deprecated.

getWaitingThreadCount

  1. RangeStatistic getWaitingThreadCount( )
Deprecated.