javax.management.j2ee.statistics
Interface JCAStats

All Superinterfaces:
Stats

public interface JCAStats
extends Stats

The JCAStats interface specifies the statistics provided by a JCA resource.

JCA Stats Class Diagram

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

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

Method Detail

getConnections

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

Returns:
The connections stats

getConnectionPools

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

Returns:
The connection pools stats


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