org.apache.activemq.management
Class JMSConnectionStatsImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.management.JMSConnectionStatsImpl
- All Implemented Interfaces:
- Statistic, Stats, Resettable
public class JMSConnectionStatsImpl
- extends StatsImpl
Statistics for a JMS connection
- Version:
- $Revision: 1.2 $
JMSConnectionStatsImpl
public JMSConnectionStatsImpl(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
setEnabled
public void setEnabled(boolean enabled)
- Overrides:
setEnabled
in class StatisticImpl
- Parameters:
enabled
- the enabled to set
isTransactional
public boolean isTransactional()
toString
public String toString()
- Overrides:
toString
in class StatisticImpl
dump
public void dump(IndentPrinter out)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.