org.glassfish.j2ee.statistics
Interface JDBCStats

All Superinterfaces:
Stats

public interface JDBCStats
extends Stats

Statistics provided by a JDBC resource

Author:
Hans Hrasna

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

Method Detail

getConnections

JDBCConnectionStats[] getConnections()

getConnectionPools

JDBCConnectionPoolStats[] getConnectionPools()


Copyright © 2012 GlassFish Community. All Rights Reserved.