The Spring Framework

Uses of Class
org.springframework.scheduling.timer.ScheduledTimerTask

Packages that use ScheduledTimerTask
org.springframework.scheduling.timer Scheduling convenience classes for the JDK 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

Copyright © 2002-2008 The Spring Framework.