javax.management.j2ee.statistics
Interface JDBCStats

All Superinterfaces:
Stats

public interface JDBCStats
extends Stats

The JDBCStats type specifies the statistics provided by a JDBC resource.

JDBC Stats Class Diagram

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 JDBCConnectionPoolStats[] getConnectionPools()
          Returns a list of JDBCConnectionPoolStats that provide statistics about the connection pools associated with the referencing JDBC resource statistics.
 JDBCConnectionStats[] getConnections()
          Returns a list of JDBCConnectionStats that provide statistics about the non-pooled connections associated with the referencing JDBC resource statistics.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getConnections

public JDBCConnectionStats[] getConnections()
Returns a list of JDBCConnectionStats that provide statistics about the non-pooled connections associated with the referencing JDBC resource statistics.

Returns:
The connections stats

getConnectionPools

public JDBCConnectionPoolStats[] getConnectionPools()
Returns a list of JDBCConnectionPoolStats that provide statistics about the connection pools associated with the referencing JDBC resource statistics.

Returns:
The connection pools stats


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.