The Spring Framework

Package org.springframework.scheduling

General exceptions for Spring's scheduling support, independent of any specific scheduling system.

See:
          Description

Interface Summary
SchedulingAwareRunnable Extension of the Runnable interface, adding special callbacks for long-running operations.
SchedulingTaskExecutor Extension of the core TaskExecutor interface, exposing scheduling characteristics that are relevant to potential task submitters.
 

Exception Summary
SchedulingException General exception to be thrown on scheduling errors.
 

Package org.springframework.scheduling Description

General exceptions for Spring's scheduling support, independent of any specific scheduling system.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.