private static class RunnableTimedExecution.SimpleTaskExecutor
extends java.lang.Object
implements org.springframework.core.task.TaskExecutor, org.springframework.beans.factory.DisposableBean
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Thread |
thread |
| Modifier | Constructor and Description |
|---|---|
private |
SimpleTaskExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
execute(java.lang.Runnable task) |
public void execute(java.lang.Runnable task)
execute in interface java.util.concurrent.Executorexecute in interface org.springframework.core.task.TaskExecutorpublic void destroy()
throws java.lang.Exception
destroy in interface org.springframework.beans.factory.DisposableBeanjava.lang.Exception