|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.scheduling | |
---|---|
org.springframework.scheduling.commonj | Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+. |
org.springframework.scheduling.concurrent | Scheduling convenience classes for the JDK 1.5+ Executor mechanism
in the java.util.concurrent package, 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.scheduling.commonj | |
---|---|
SchedulingTaskExecutor
Extension of the core TaskExecutor interface, exposing scheduling characteristics that are relevant to potential task submitters. |
Classes in org.springframework.scheduling used by org.springframework.scheduling.concurrent | |
---|---|
SchedulingTaskExecutor
Extension of the core TaskExecutor interface, 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 errors. |
|
SchedulingTaskExecutor
Extension of the core TaskExecutor interface, exposing scheduling characteristics that are relevant to potential task submitters. |
Classes in org.springframework.scheduling used by org.springframework.scheduling.timer | |
---|---|
SchedulingTaskExecutor
Extension of the core TaskExecutor interface, exposing scheduling characteristics that are relevant to potential task submitters. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |