org.activemq.management
Class JMSConnectionStatsImpl
java.lang.Object
org.activemq.management.StatisticImpl
org.activemq.management.StatsImpl
org.activemq.management.JMSConnectionStatsImpl
- All Implemented Interfaces:
- Resettable, javax.management.j2ee.statistics.Statistic, javax.management.j2ee.statistics.Stats
- public class JMSConnectionStatsImpl
- extends StatsImpl
Statistics for a JMS connection
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JMSConnectionStatsImpl
public JMSConnectionStatsImpl(java.util.List sessions,
boolean transactional)
getSessions
public JMSSessionStatsImpl[] getSessions()
reset
public void reset()
- Description copied from interface:
Resettable
- Reset the statistic
- Specified by:
reset
in interface Resettable
- Overrides:
reset
in class StatsImpl
isTransactional
public boolean isTransactional()
toString
public java.lang.String toString()
- Overrides:
toString
in class StatisticImpl
dump
public void dump(IndentPrinter out)
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.