Modifier and Type | Field and Description |
---|---|
private final ThreadFactory |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | execute(Runnable
the runnable task command)Implements java. |
threadFactory | back to summary |
---|---|
private final ThreadFactory threadFactory |
ThreadPerTaskExecutor | back to summary |
---|---|
public ThreadPerTaskExecutor(ThreadFactory threadFactory) |
execute | back to summary |
---|---|
public void execute(Runnable command) Implements java. Doc from java. Executes the given command at some time in the future. The command
may execute in a new thread, in a pooled thread, or in the calling
thread, at the discretion of the |