Class ConnectionStatistics
- java.lang.Object
-
- org.apache.activemq.management.StatisticImpl
-
- org.apache.activemq.management.StatsImpl
-
- org.apache.activemq.broker.region.ConnectionStatistics
-
- All Implemented Interfaces:
Statistic,Stats,Resettable
public class ConnectionStatistics extends StatsImpl
The J2EE Statistics for the Connection.
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.management.StatisticImpl
enabled
-
-
Constructor Summary
Constructors Constructor Description ConnectionStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountStatisticImplgetDequeues()CountStatisticImplgetEnqueues()voidreset()Reset the statisticvoidsetEnabled(boolean enabled)voidsetParent(ConnectorStatistics parent)-
Methods inherited from class org.apache.activemq.management.StatsImpl
addStatistic, getStatistic, getStatisticNames, getStatistics
-
Methods inherited from class org.apache.activemq.management.StatisticImpl
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, toString, updateSampleTime
-
-
-
-
Method Detail
-
getEnqueues
public CountStatisticImpl getEnqueues()
-
getDequeues
public CountStatisticImpl getDequeues()
-
reset
public void reset()
Description copied from interface:ResettableReset the statistic- Specified by:
resetin interfaceResettable- Overrides:
resetin classStatsImpl
-
setEnabled
public void setEnabled(boolean enabled)
- Overrides:
setEnabledin classStatisticImpl- Parameters:
enabled- the enabled to set
-
setParent
public void setParent(ConnectorStatistics parent)
-
-