IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.statistics
Interface JDBCStats

All Superinterfaces:
Stats
All Known Implementing Classes:
JDBCStatsImpl

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

public interface JDBCStats
extends Stats


Method Summary
 JDBCConnectionPoolStats[] getConnectionPools()
          Deprecated.  
 JDBCConnectionStats[] getConnections()
          Deprecated.  
 
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getConnections

JDBCConnectionStats[] getConnections()
Deprecated. 

getConnectionPools

JDBCConnectionPoolStats[] getConnectionPools()
Deprecated. 

IBM WebSphere Application ServerTM
Release 7