Package com.onenetwork.platform.grid.scheduler
Service for scheduling background jobs.
-
Interface Summary Interface Description ComplexSchedule A complex schedule, composed ofComplexScheduleElement
s.ComplexScheduleElement A complex schedule element, composed of optional parts for month, day of month, day of week hour of day and minute of hour.ListParam A named parameter with multiple values.OnceOnlySchedule A schedule which will run exactly once, at the given date & time.Param A named parameter with a single value.RepeatingSchedule A schedule which repeats every N seconds.Schedule Marker interface for all varieties of schedule.ScheduleEntry Captures all metadata related to a Scheduled job.SchedulerService Allows for the scheduling/cancellation of batch jobs.TaskAwareScheduledRunnable When implemented by aRunnable
which is executed by the scheduler, the setGridTask() method will be called, supplying the GridTask which is being used to execute the schedule.