The Spring Framework

Uses of Package
org.springframework.scheduling

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 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

Copyright © 2002-2007 The Spring Framework.