| Package | Description | 
|---|---|
| org.springframework.scheduling.config | Support package for declarative scheduling configuration,
 with XML schema being the primary configuration format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CronTaskTriggerTaskimplementation defining aRunnableto be executed according
 to a standard cron expression. | 
| class  | FixedDelayTaskSpecialization of  IntervalTaskfor fixed-delay semantics. | 
| class  | FixedRateTaskSpecialization of  IntervalTaskfor fixed-rate semantics. | 
| class  | IntervalTaskTaskimplementation defining aRunnableto be executed at a given
 millisecond interval which may be treated as fixed-rate or fixed-delay depending on
 context. | 
| class  | TriggerTask | 
| Modifier and Type | Method and Description | 
|---|---|
| Task | ScheduledTask. getTask() |