org.codehaus.activemq.management
Class JMSStatsImpl
java.lang.Object
org.codehaus.activemq.management.StatsImpl
org.codehaus.activemq.management.JMSStatsImpl
- All Implemented Interfaces:
- JMSStats, Resettable, Stats
- public class JMSStatsImpl
- extends StatsImpl
- implements JMSStats
Statistics for a number of JMS connections
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSStatsImpl
public JMSStatsImpl()
getConnections
public JMSConnectionStats[] getConnections()
- Specified by:
getConnections
in interface JMSStats
addConnection
public void addConnection(ActiveMQConnection connection)
removeConnection
public void removeConnection(ActiveMQConnection connection)
dump
public void dump(IndentPrinter out)
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.