javax.management.j2ee.statistics
Interface JCAStats

All Superinterfaces:
Stats (src)
All Known Implementing Classes:
JCAStatsImpl (src)

public interface JCAStats
extends Stats (src)

Specifies statistics provided by a JCA resource


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

Method Detail

getConnections

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


getConnectionPools

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