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
  1. public interface JDBCConnectionPoolStats
  2. extends JDBCConnectionStats

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.JDBCConnectionStats
getJdbcDataSource, 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.