Java EE 5 SDK

javax.management.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 javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getConnections

JDBCConnectionStats[] getConnections()

getConnectionPools

JDBCConnectionPoolStats[] getConnectionPools()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.