com.ibm.websphere.management.statistics

Interface JDBCConnectionStats

All Superinterfaces:
Stats
All known subinterfaces:
JDBCConnectionPoolStats
All known implementing classes:
JDBCConnectionPoolStatsImpl, JDBCConnectionStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JDBCConnectionStats
  1. public interface JDBCConnectionStats
  2. extends Stats

Method Summary

Modifier and Type Method and Description
  1. javax.management.ObjectName
getJdbcDataSource()
Deprecated.
  1. TimeStatistic
getUseTime()
Deprecated.
  1. TimeStatistic
getWaitTime()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics

Method Detail

getWaitTime

  1. TimeStatistic getWaitTime()
Deprecated.

getUseTime

  1. TimeStatistic getUseTime()
Deprecated.

getJdbcDataSource

  1. javax.management.ObjectName getJdbcDataSource( )
Deprecated.