|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.scheduling | |
---|---|
org.springframework.jca.work | Convenience classes for scheduling based on the JCA 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters. |
org.springframework.scheduling.backportconcurrent | Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in a Spring context. |
org.springframework.scheduling.quartz | Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. |
org.springframework.scheduling.timer | Scheduling convenience classes for the JDK 1.3+ Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. |
Classes in org.springframework.scheduling used by org.springframework.jca.work | |
---|---|
SchedulingTaskExecutor
A TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Classes in org.springframework.scheduling used by org.springframework.scheduling.backportconcurrent | |
---|---|
SchedulingTaskExecutor
A TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Classes in org.springframework.scheduling used by org.springframework.scheduling.quartz | |
---|---|
SchedulingException
General exception to be thrown on scheduling failures, such as the scheduler already having shut down. |
|
SchedulingTaskExecutor
A TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Classes in org.springframework.scheduling used by org.springframework.scheduling.timer | |
---|---|
SchedulingTaskExecutor
A TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |