org.jboss.management.j2ee.statistics
Class JMSStatsImpl

java.lang.Object
  extended by org.jboss.management.j2ee.statistics.StatsBase
      extended by org.jboss.management.j2ee.statistics.JMSStatsImpl
All Implemented Interfaces:
Serializable, javax.management.j2ee.statistics.JMSStats, javax.management.j2ee.statistics.Stats

public final class JMSStatsImpl
extends StatsBase
implements javax.management.j2ee.statistics.JMSStats

Represents the statistics provided by a JMS resource. This class is immutable to avoid changes by the client which could have side effects on the server when done locally.

Version:
$Revision: 1.4.6.4 $
Author:
Marc Fleury, Andreas Schaefer
See Also:
Serialized Form

Constructor Summary
JMSStatsImpl(javax.management.j2ee.statistics.JMSConnectionStats[] pConnetions)
           
 
Method Summary
 javax.management.j2ee.statistics.JMSConnectionStats[] getConnections()
          Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JMSStatsImpl

public JMSStatsImpl(javax.management.j2ee.statistics.JMSConnectionStats[] pConnetions)
Method Detail

getConnections

public javax.management.j2ee.statistics.JMSConnectionStats[] getConnections()
Description copied from interface: javax.management.j2ee.statistics.JMSStats
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.

Specified by:
getConnections in interface javax.management.j2ee.statistics.JMSStats


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.