org.springframework.scheduling.timer.TimerFactoryBean FactoryBean that sets up a J2SE Timer and exposes it for bean references. <p>Allows registration of ScheduledTimerTasks, automatically starting the Timer on initialization and cancelling it on destruction of the context. In scenarios that just require static registration of tasks at startup ...