javax.management.j2ee.statistics
Interface JCAStats

All Superinterfaces:
Stats

public interface JCAStats
extends Stats

Specifies statistics provided by a JCA resource.

Author:
Guillaume Sauthier

Method Summary
 JCAConnectionPoolStats[] getConnectionPools()
          Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statistics.
 JCAConnectionStats[] getConnections()
          Returns an array 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

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

Returns:
an array of JCAConnectionStats

getConnectionPools

JCAConnectionPoolStats[] getConnectionPools()
Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statistics.

Returns:
an array of JCAConnectionPoolStats.


Copyright © 2007 OW2 Consortium. All Rights Reserved.