Package org.apache.activemq.management
Class UnsampledStatsImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.management.UnsampledStatsImpl
- All Implemented Interfaces:
Resettable,Statistic,Stats
- Direct Known Subclasses:
MessageFlowStatsImpl
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.activemq.management.StatsImpl
addStatistic, addStatistics, getStatistic, getStatisticNames, getStatistics, removeStatistics, resetMethods inherited from class org.apache.activemq.management.StatisticImpl
appendFieldDescription, getDescription, getName, getUnit, isDoReset, isEnabled, setDoReset, toString
-
Constructor Details
-
UnsampledStatsImpl
public UnsampledStatsImpl()
-
-
Method Details
-
updateSampleTime
protected void updateSampleTime()- Overrides:
updateSampleTimein classStatisticImpl
-
getStartTime
public long getStartTime()- Specified by:
getStartTimein interfaceStatistic- Overrides:
getStartTimein classStatisticImpl
-
getLastSampleTime
public long getLastSampleTime()- Specified by:
getLastSampleTimein interfaceStatistic- Overrides:
getLastSampleTimein classStatisticImpl
-
setEnabled
public void setEnabled(boolean enabled) - Overrides:
setEnabledin classStatisticImpl- Parameters:
enabled- the enabled to set
-