public class DefaultThreadExecutor extends java.lang.Object implements ThreadExecutor
| Constructor and Description |
|---|
DefaultThreadExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Thread thread)
Submit a task for execution
|
void |
initialize()
Initialize any state prior to calling
ThreadExecutor.execute(Thread) |
public void initialize()
ThreadExecutorThreadExecutor.execute(Thread)initialize in interface ThreadExecutorpublic void execute(java.lang.Thread thread)
ThreadExecutorexecute in interface ThreadExecutorthread - the thread to executeCopyright IBM Corp. 2024, 2025