Package | Description |
---|---|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTaskRegistrar.addFixedDelayTask(IntervalTask task)
Add a fixed-delay
IntervalTask . |
void |
ScheduledTaskRegistrar.addFixedRateTask(IntervalTask task)
Add a fixed-rate
IntervalTask . |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTaskRegistrar.setFixedDelayTasksList(List<IntervalTask> fixedDelayTasks)
Specify fixed-delay tasks as a list of
IntervalTask objects. |
void |
ScheduledTaskRegistrar.setFixedRateTasksList(List<IntervalTask> fixedRateTasks)
Specify fixed-rate tasks as a list of
IntervalTask objects. |
Copyright © 2015. All rights reserved.