Class ConnectionStatistics
- java.lang.Object
-
- org.apache.activemq.management.StatisticImpl
-
- org.apache.activemq.management.StatsImpl
-
- org.apache.activemq.broker.region.ConnectionStatistics
-
- All Implemented Interfaces:
org.apache.activemq.management.Resettable,org.apache.activemq.management.Statistic,org.apache.activemq.management.Stats
public class ConnectionStatistics extends org.apache.activemq.management.StatsImplThe J2EE Statistics for the Connection.
-
-
Constructor Summary
Constructors Constructor Description ConnectionStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.activemq.management.CountStatisticImplgetDequeues()org.apache.activemq.management.CountStatisticImplgetEnqueues()voidreset()voidsetEnabled(boolean enabled)voidsetParent(ConnectorStatistics parent)-
Methods inherited from class org.apache.activemq.management.StatsImpl
addStatistic, getStatistic, getStatisticNames, getStatistics
-
-
-
-
Method Detail
-
getEnqueues
public org.apache.activemq.management.CountStatisticImpl getEnqueues()
-
getDequeues
public org.apache.activemq.management.CountStatisticImpl getDequeues()
-
reset
public void reset()
- Specified by:
resetin interfaceorg.apache.activemq.management.Resettable- Overrides:
resetin classorg.apache.activemq.management.StatsImpl
-
setEnabled
public void setEnabled(boolean enabled)
- Overrides:
setEnabledin classorg.apache.activemq.management.StatisticImpl
-
setParent
public void setParent(ConnectorStatistics parent)
-
-