org.apache.activemq.broker.region
Class ConnectionStatistics
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.broker.region.ConnectionStatistics
- All Implemented Interfaces:
- javax.management.j2ee.statistics.Statistic, javax.management.j2ee.statistics.Stats, Resettable
public class ConnectionStatistics
- extends StatsImpl
The J2EE Statistics for the Connection.
| Methods inherited from class org.apache.activemq.management.StatisticImpl |
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, toString, updateSampleTime |
ConnectionStatistics
public ConnectionStatistics()
getEnqueues
public CountStatisticImpl getEnqueues()
getDequeues
public CountStatisticImpl getDequeues()
reset
public void reset()
- Specified by:
reset in interface Resettable- Overrides:
reset in class StatsImpl
setEnabled
public void setEnabled(boolean enabled)
- Overrides:
setEnabled in class StatisticImpl
setParent
public void setParent(ConnectorStatistics parent)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.