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

org.springframework.scheduling.timer (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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

See:
          Description

Class Summary
DelegatingTimerTask Simple TimerTask adapter that delegates to a given Runnable.
MethodInvokingTimerTaskFactoryBean FactoryBean that exposes a TimerTask object that delegates job execution to a specified (static or non-static) method.
ScheduledTimerTask JavaBean that describes a scheduled TimerTask, consisting of the TimerTask itself (or a Runnable to create a TimerTask for) and a delay plus period.
TimerFactoryBean FactoryBean that sets up a JDK 1.3+ Timer and exposes it for bean references.
 

Package org.springframework.scheduling.timer Description

Scheduling convenience classes for the JDK 1.3+ Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context.



Copyright (c) 2002-2007 The Spring Framework Project.