Package | Description |
---|---|
org.springframework.scheduling.timer |
Scheduling convenience classes for the JDK Timer,
allowing to set up Timers and ScheduledTimerTasks
as beans in a Spring context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TimerFactoryBean.registerTasks(ScheduledTimerTask[] tasks,
Timer timer)
Deprecated.
Register the specified
ScheduledTimerTasks
on the given Timer . |
void |
TimerFactoryBean.setScheduledTimerTasks(ScheduledTimerTask[] scheduledTimerTasks)
Deprecated.
Register a list of ScheduledTimerTask objects with the Timer that
this FactoryBean creates.
|
Copyright © 2015. All rights reserved.