The Spring Framework

Uses of Package
org.springframework.scheduling

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
          A TaskExecutor extension exposing scheduling characteristics that are relevant to potential task submitters.
 

Classes in org.springframework.scheduling used by org.springframework.scheduling.concurrent
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

Copyright © 2002-2006 The Spring Framework.