Class TestClockImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.util.DefaultClockImpl
-
- org.flowable.common.engine.impl.util.TestClockImpl
-
- All Implemented Interfaces:
Clock,ClockReader
public class TestClockImpl extends DefaultClockImpl
- Author:
- Robert Hafner
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGERprotected static DatePREVIOUS_TIME-
Fields inherited from class org.flowable.common.engine.impl.util.DefaultClockImpl
CURRENT_TIME
-
-
Constructor Summary
Constructors Constructor Description TestClockImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCurrentTime()-
Methods inherited from class org.flowable.common.engine.impl.util.DefaultClockImpl
getCurrentCalendar, getCurrentCalendar, getCurrentTimeZone, reset, setCurrentCalendar, setCurrentTime
-
-
-
-
Field Detail
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
PREVIOUS_TIME
protected static volatile Date PREVIOUS_TIME
-
-
Method Detail
-
getCurrentTime
public Date getCurrentTime()
- Specified by:
getCurrentTimein interfaceClockReader- Overrides:
getCurrentTimein classDefaultClockImpl
-
-