| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TriggerTask> | ScheduledTaskRegistrar. getTriggerTaskList()Get the trigger tasks as an unmodifiable list of  TriggerTaskobjects. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScheduledTaskRegistrar. addTriggerTask(TriggerTask task)Add a  TriggerTask. | 
| ScheduledTask | ScheduledTaskRegistrar. scheduleTriggerTask(TriggerTask task)Schedule the specified trigger task, either right away if possible
 or on initialization of the scheduler. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScheduledTaskRegistrar. setTriggerTasksList(List<TriggerTask> triggerTasks)Specify triggered tasks as a list of  TriggerTaskobjects. |