站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.scheduling (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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

Exception Summary
SchedulingException General exception to be thrown on scheduling failures, such as the scheduler already having shut down.
 

Package org.springframework.scheduling Description

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.