Uses of Class
org.springframework.scheduling.config.ScheduledTask
Packages that use 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
Methods in org.springframework.scheduling.annotation that return types with arguments of type ScheduledTaskModifier and TypeMethodDescriptionScheduledAnnotationBeanPostProcessor.getScheduledTasks()
Return all currently scheduled tasks, fromScheduled
methods as well as from programmaticSchedulingConfigurer
interaction. -
Uses of ScheduledTask in org.springframework.scheduling.config
Methods in org.springframework.scheduling.config that return ScheduledTaskModifier 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.scheduleTriggerTask
(TriggerTask task) Schedule the specified trigger task, either right away if possible or on initialization of the scheduler.Methods in org.springframework.scheduling.config that return types with arguments of type ScheduledTaskModifier 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.