| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| DelegatingTimerTask | Simple TimerTaskadapter that delegates to a
 givenRunnable. | 
| 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 theTimerTaskitself or aRunnableto create aTimerTaskfor and a delay plus period. | 
| TimerFactoryBean | FactoryBean that sets up a Timerand exposes it for bean references. | 
| TimerTaskExecutor | TaskExecutorimplementation that uses a
 singleTimerfor executing all tasks, effectively resulting in
 serialized asynchronous execution on a single thread. | 
Scheduling convenience classes for the JDK Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||