Package com.microej.kf.util.monitoring
Class MonitoringData.ExecutionCounter
- java.lang.Object
-
- com.microej.kf.util.monitoring.MonitoringData.ExecutionCounter
-
- Enclosing class:
- MonitoringData
public static class MonitoringData.ExecutionCounter extends java.lang.ObjectThis class represents the execution counter
-
-
Constructor Summary
Constructors Constructor Description ExecutionCounter(long execCounter, long lastExecCounter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCurrent()longgetLast()voidsetCurrent(long current)voidsetLast(long last)
-