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 |
---|---|
void |
ScheduledTaskRegistrar.addTriggerTask(TriggerTask task)
Add a
TriggerTask . |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTaskRegistrar.setTriggerTasksList(List<TriggerTask> triggerTasks)
Specify triggered tasks as a list of
TriggerTask objects. |
Copyright © 2015. All rights reserved.