Interface TimerJobScheduler
- All Known Implementing Classes:
TimerJobSchedulerImpl
public interface TimerJobScheduler
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
rescheduleTimerJobAfterExecution
(JobEntity timerJob, VariableScope variableScope) Re-schedule a timer job once it has finished with its execution.void
scheduleTimerJob
(TimerJobEntity timerJob) Schedules a timer, meaning it will be inserted in the datastore.
-
Method Details
-
rescheduleTimerJobAfterExecution
Re-schedule a timer job once it has finished with its execution.- Parameters:
timerJob
- the job that was executedvariableScope
- the variable scope in which it was executed.
-
scheduleTimerJob
Schedules a timer, meaning it will be inserted in the datastore.
-