javax.management.j2ee.statistics
Interface JMSStats

All Superinterfaces:
Stats

public interface JMSStats
extends Stats

Specifies the statistics provided by a JMS Resource.

Author:
Guillaume Sauthier

Method Summary
 JMSConnectionStats[] getConnections()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getConnections

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


Copyright © 2007 OW2 Consortium. All Rights Reserved.