Uses of Class
org.springframework.scheduling.config.ScheduledTask
Package
Description
Annotation support for asynchronous method execution.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of ScheduledTask in org.springframework.scheduling.annotation
Modifier and TypeMethodDescriptionScheduledAnnotationBeanPostProcessor.getScheduledTasks()
Return all currently scheduled tasks, fromScheduled
methods as well as from programmaticSchedulingConfigurer
interaction. -
Uses of ScheduledTask in org.springframework.scheduling.config
Modifier and TypeMethodDescriptionScheduledTaskRegistrar.scheduleCronTask
(CronTask task) Schedule the specified cron task, either right away if possible or on initialization of the scheduler.ScheduledTaskRegistrar.scheduleFixedDelayTask
(FixedDelayTask task) Schedule the specified fixed-delay task, either right away if possible or on initialization of the scheduler.ScheduledTaskRegistrar.scheduleFixedRateTask
(FixedRateTask task) Schedule the specified fixed-rate task, either right away if possible or on initialization of the scheduler.ScheduledTaskRegistrar.scheduleOneTimeTask
(OneTimeTask task) Schedule the specified one-time task, either right away if possible or on initialization of the scheduler.ScheduledTaskRegistrar.scheduleTriggerTask
(TriggerTask task) Schedule the specified trigger task, either right away if possible or on initialization of the scheduler.Modifier and TypeMethodDescriptionScheduledTaskHolder.getScheduledTasks()
Return an overview of the tasks that have been scheduled by this instance.ScheduledTaskRegistrar.getScheduledTasks()
Return all locally registered tasks that have been scheduled by this registrar.