public abstract class RunnableTimedExecution
extends java.lang.Object
Counter,
Thread| Modifier and Type | Class and Description |
|---|---|
private static class |
RunnableTimedExecution.MonitoredRunnable |
private static class |
RunnableTimedExecution.SimpleTaskExecutor |
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.commons.logging.Log |
log
logger
|
| Constructor and Description |
|---|
RunnableTimedExecution() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
execute(java.lang.Runnable task,
long waitTime) |
static boolean |
execute(java.lang.Runnable task,
long waitTime,
org.springframework.core.task.TaskExecutor taskExecutor) |