|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduledTimerTask | |
---|---|
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. |
Uses of ScheduledTimerTask in org.springframework.scheduling.timer |
---|
Methods in org.springframework.scheduling.timer with parameters of type ScheduledTimerTask | |
---|---|
protected void |
TimerFactoryBean.registerTasks(ScheduledTimerTask[] tasks,
Timer timer)
Register the specified ScheduledTimerTasks
on the given Timer . |
void |
TimerFactoryBean.setScheduledTimerTasks(ScheduledTimerTask[] scheduledTimerTasks)
Register a list of ScheduledTimerTask objects with the Timer that this FactoryBean creates. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |