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

Packages that use ScheduledTimerTask
org.springframework.scheduling.timer Scheduling convenience classes for the J2SE 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
 void TimerFactoryBean.setScheduledTimerTasks(ScheduledTimerTask[] scheduledTimerTasks)
          Register a list of ScheduledTimerTask objects with the Timer that this FactoryBean creates.
 



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