|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 Timer and exposes it for bean references. |
TimerTaskExecutor | TaskExecutor implementation that uses a
single Timer for executing all tasks, effectively resulting in
serialized asynchronous execution on a single thread. |
Scheduling convenience classes for the JDK 1.3+ Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context.
|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |