org.activemq.management
Class JMSStatsImpl

java.lang.Object
  extended by org.activemq.management.StatisticImpl
      extended by org.activemq.management.StatsImpl
          extended by org.activemq.management.JMSStatsImpl
All Implemented Interfaces:
Statistic, Stats, Resettable

public class JMSStatsImpl
extends StatsImpl

Statistics for a number of JMS connections

Version:
$Revision: 1.1.1.1 $

Constructor Summary
JMSStatsImpl()
           
 
Method Summary
 void addConnection(ActiveMQConnection connection)
           
 void dump(IndentPrinter out)
           
 JMSConnectionStatsImpl[] getConnections()
           
 void removeConnection(ActiveMQConnection connection)
           
 
Methods inherited from class org.activemq.management.StatsImpl
addStatistic, getStatistic, getStatisticNames, getStatistics, reset
 
Methods inherited from class org.activemq.management.StatisticImpl
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, toString, updateSampleTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMSStatsImpl

public JMSStatsImpl()
Method Detail

getConnections

public JMSConnectionStatsImpl[] getConnections()

addConnection

public void addConnection(ActiveMQConnection connection)

removeConnection

public void removeConnection(ActiveMQConnection connection)

dump

public void dump(IndentPrinter out)


Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.