Package javax.management.j2ee.statistics
Interface JCAStats
- All Superinterfaces:
Stats
Specifies statistics provided by a JCA resource
-
Method Summary
Modifier and TypeMethodDescriptionReturns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statisticsReturns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statisticsMethods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getConnections
JCAConnectionStats[] getConnections()Returns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statistics- Returns:
- 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:
- JCAConnectionPoolStats []
-