| 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  | 
CronTask
TriggerTask implementation defining a Runnable to be executed according
 to a standard
 cron expression. | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<TriggerTask> | 
ScheduledTaskRegistrar.getTriggerTaskList()
Get the trigger tasks as an unmodifiable list of  
TriggerTask objects. | 
| 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(java.util.List<TriggerTask> triggerTasks)
Specify triggered tasks as a list of  
TriggerTask objects. |