| 程序包 | 说明 |
|---|---|
| org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CronTask
TriggerTask implementation defining a Runnable to be executed according
to a standard
cron expression. |
class |
FixedDelayTask
Specialization of
IntervalTask for fixed-delay semantics. |
class |
FixedRateTask
Specialization of
IntervalTask for fixed-rate semantics. |
class |
IntervalTask
Task implementation defining a Runnable to be executed at a given
millisecond interval which may be treated as fixed-rate or fixed-delay depending on
context. |
class |
TriggerTask
|
| 限定符和类型 | 方法和说明 |
|---|---|
Task |
ScheduledTask.getTask()
|