|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.broker.region.ConnectionStatistics
public class ConnectionStatistics
The J2EE Statistics for the Connection.
Field Summary |
---|
Fields inherited from class org.apache.activemq.management.StatisticImpl |
---|
enabled |
Constructor Summary | |
---|---|
ConnectionStatistics()
|
Method Summary | |
---|---|
CountStatisticImpl |
getDequeues()
|
CountStatisticImpl |
getEnqueues()
|
void |
reset()
Reset the statistic |
void |
setEnabled(boolean enabled)
|
void |
setParent(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConnectionStatistics()
Method Detail |
---|
public CountStatisticImpl getEnqueues()
public CountStatisticImpl getDequeues()
public void reset()
Resettable
reset
in interface Resettable
reset
in class StatsImpl
public void setEnabled(boolean enabled)
setEnabled
in class StatisticImpl
enabled
- the enabled to setpublic void setParent(ConnectorStatistics parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |