Class StatisticCounter
- java.lang.Object
-
- org.apache.camel.management.mbean.Statistic
-
- org.apache.camel.management.mbean.StatisticCounter
-
public class StatisticCounter extends Statistic
-
-
Constructor Summary
Constructors Constructor Description StatisticCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()booleanisUpdated()Whether the statistic has been updated one or more times.voidreset()StringtoString()voidupdateValue(long newValue)
-
-
-
Constructor Detail
-
StatisticCounter
public StatisticCounter()
-
-
Method Detail
-
updateValue
public void updateValue(long newValue)
- Specified by:
updateValuein classStatistic
-
-