Class Daily
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.task.schedule.Daily
-
- All Implemented Interfaces:
Schedule,Serializable
public class Daily extends Object implements Schedule, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)InstantgetNextExecutionTime(ExecutionComplete executionComplete)inthashCode()booleanisDeterministic()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.kagkarlsson.scheduler.task.schedule.Schedule
getInitialExecutionTime, isDisabled
-
-
-
-
Method Detail
-
getNextExecutionTime
public Instant getNextExecutionTime(ExecutionComplete executionComplete)
- Specified by:
getNextExecutionTimein interfaceSchedule
-
isDeterministic
public boolean isDeterministic()
- Specified by:
isDeterministicin interfaceSchedule
-
-