javax.management.j2ee.statistics
Interface JMSStats

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

public interface JMSStats
extends Stats (src)

Specifies the statistics provided by a JMS Resource


Method Summary
 JMSConnectionStats (src) [] getConnections()
          Returns 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 (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getConnections

public JMSConnectionStats (src) [] getConnections()
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.