Package | Description |
---|---|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
Class and Description |
---|
ScheduledTaskRegistrar
Helper bean for registering tasks with a
TaskScheduler , typically using cron
expressions. |
Class and Description |
---|
CronTask
TriggerTask implementation defining a Runnable to be executed according
to a standard
cron expression. |
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. |
ScheduledTaskRegistrar
Helper bean for registering tasks with a
TaskScheduler , typically using cron
expressions. |
Task
Holder class defining a
Runnable to be executed as a task, typically at a
scheduled time or interval. |
TriggerTask |
Copyright © 2015. All rights reserved.