com.ibm.websphere.management.statistics
Interface JDBCStats

All Superinterfaces:
Stats

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

public JDBCConnectionStats[] getConnections()
Deprecated. 

getConnectionPools

public JDBCConnectionPoolStats[] getConnectionPools()
Deprecated.