Uses of Package
org.springframework.scheduling.config
Packages that use org.springframework.scheduling.config Package Description org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.Classes in org.springframework.scheduling.config used by org.springframework.scheduling.annotation Class Description ScheduledTask A representation of a scheduled task at runtime, used as a return value for scheduling methods.ScheduledTaskHolder Common interface for exposing locally scheduled tasks.ScheduledTaskRegistrar Helper bean for registering tasks with aTaskScheduler, typically using cron expressions.Classes in org.springframework.scheduling.config used by org.springframework.scheduling.config Class Description CronTask TriggerTaskimplementation defining aRunnableto be executed according to a standard cron expression.FixedDelayTask Specialization ofIntervalTaskfor fixed-delay semantics.FixedRateTask Specialization ofIntervalTaskfor fixed-rate semantics.IntervalTask Taskimplementation defining aRunnableto be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.ScheduledTask A representation of a scheduled task at runtime, used as a return value for scheduling methods.ScheduledTaskHolder Common interface for exposing locally scheduled tasks.ScheduledTaskRegistrar Helper bean for registering tasks with aTaskScheduler, typically using cron expressions.Task Holder class defining aRunnableto be executed as a task, typically at a scheduled time or interval.TriggerTask