org.jboss.management.j2ee.statistics
Class JMSStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.JMSStatsImpl
All Implemented Interfaces:
JMSStats (src) , java.io.Serializable, Stats (src)

public final class JMSStatsImpl
extends StatsBase (src)
implements JMSStats (src)

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.

See Also:
Serialized Form

Constructor Summary
JMSStatsImpl(JMSConnectionStats (src) [] pConnetions)
           
 
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 class org.jboss.management.j2ee.statistics.StatsBase (src)
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 (src)
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JMSStatsImpl

public JMSStatsImpl(JMSConnectionStats (src) [] pConnetions)
Method Detail

getConnections

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

Specified by:
getConnections in interface JMSStats (src)