Class MockTimer
- java.lang.Object
-
- org.opennms.netmgt.scheduler.mock.MockTimer
-
-
Constructor Summary
Constructors Constructor Description MockTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCurrentTime()
getCurrentTimevoid
setCurrentTime(long currentTime)
-
-
-
Method Detail
-
getCurrentTime
public long getCurrentTime()
Description copied from interface:Timer
getCurrentTime
- Specified by:
getCurrentTime
in interfaceTimer
- Returns:
- a long.
-
setCurrentTime
public void setCurrentTime(long currentTime)
-
-