| java.lang.Object org.springframework.scheduling.timer.TimerTaskExecutor
Field Summary | |
final protected Log | logger The shared
Log instance. |
Constructor Summary | |
public | TimerTaskExecutor() Create a new TimerTaskExecutor that needs to be further
configured and initialized. | public | TimerTaskExecutor(Timer timer) Create a new TimerTaskExecutor for the given
Timer . |
logger | final protected Log logger(Code) | | The shared
Log instance.
|
afterPropertiesSet | public void afterPropertiesSet()(Code) | | |
prefersShortLivedTasks | public boolean prefersShortLivedTasks()(Code) | | This task executor prefers short-lived work units.
|
setDelay | public void setDelay(int delay)(Code) | | Set the delay to use for scheduling tasks passed into the
execute method. Default is 0.
Parameters: delay - the delay in milliseconds before the task is to be executed |
|
|