Package javax.management.j2ee.statistics
Interface JMSStats
- All Superinterfaces:
Stats
Specifies the statistics provided by a JMS Resource
-
Method Summary
Modifier and TypeMethodDescriptionReturns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getConnections
JMSConnectionStats[] getConnections()Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
-