javax.management.j2ee.statistics
Interface JMSStats

All Superinterfaces:
Stats

public interface JMSStats
extends Stats

The JMSStats interface specifies the statistics provided by a JMS resource.

JMS Stats Class Diagram

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 JMSConnectionStats[] getConnections()
          Returns a list 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 Detail

getConnections

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

Returns:
The connections stats


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.