IBM WebSphere Application ServerTM
Release 8

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

public interface JDBCConnectionStats
extends Stats


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

Method Detail

getWaitTime

TimeStatistic getWaitTime()
Deprecated. 

getUseTime

TimeStatistic getUseTime()
Deprecated. 

getJdbcDataSource

javax.management.ObjectName getJdbcDataSource()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8