javax.management.j2ee.statistics
Interface JDBCStats

All Superinterfaces:
Stats (src)

public interface JDBCStats
extends Stats (src)

Statistics provided by a JDBC resource


Method Summary
 JDBCConnectionPoolStats (src) [] getConnectionPools()
           
 JDBCConnectionStats (src) [] getConnections()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getConnections

public JDBCConnectionStats (src) [] getConnections()

getConnectionPools

public JDBCConnectionPoolStats (src) [] getConnectionPools()