public abstract class RunnableTimedExecution extends Object
| Constructor and Description |
|---|
RunnableTimedExecution() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
execute(Runnable task,
long waitTime) |
static boolean |
execute(Runnable task,
long waitTime,
org.springframework.core.task.TaskExecutor taskExecutor) |
Copyright © 2006–2016. All rights reserved.