Class DefaultClockImpl
java.lang.Object
org.flowable.common.engine.impl.util.DefaultClockImpl
- All Implemented Interfaces:
Clock,ClockReader
- Direct Known Subclasses:
TestClockImpl
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCurrentCalendar(TimeZone timeZone) voidreset()voidsetCurrentCalendar(Calendar currentTime) voidsetCurrentTime(Date currentTime)
-
Field Details
-
CURRENT_TIME
-
-
Constructor Details
-
DefaultClockImpl
public DefaultClockImpl() -
DefaultClockImpl
-
-
Method Details
-
setCurrentTime
- Specified by:
setCurrentTimein interfaceClock
-
setCurrentCalendar
- Specified by:
setCurrentCalendarin interfaceClock
-
reset
public void reset() -
getCurrentTime
- Specified by:
getCurrentTimein interfaceClockReader
-
getCurrentCalendar
- Specified by:
getCurrentCalendarin interfaceClockReader
-
getCurrentCalendar
- Specified by:
getCurrentCalendarin interfaceClockReader
-
getCurrentTimeZone
- Specified by:
getCurrentTimeZonein interfaceClockReader
-