Generated by
JDiff

Class org.springframework.scheduling.config.ScheduledTaskRegistrar

Added Methods
ScheduledTask scheduleCronTask(CronTask) Schedule the specified cron task, either right away if possible or on initialization of the scheduler.
ScheduledTask scheduleFixedDelayTask(IntervalTask) Schedule the specified fixed-delay task, either right away if possible or on initialization of the scheduler.
ScheduledTask scheduleFixedRateTask(IntervalTask) Schedule the specified fixed-rate task, either right away if possible or on initialization of the scheduler.
ScheduledTask scheduleTriggerTask(TriggerTask) Schedule the specified trigger task, either right away if possible or on initialization of the scheduler.