public class DefaultThreadExecutor extends Object implements ThreadExecutor
Constructor and Description |
---|
DefaultThreadExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Thread thread)
Submit a task for execution
|
void |
initialize()
Initialize any state prior to calling
ThreadExecutor.execute(Thread) |
public void initialize()
ThreadExecutor
ThreadExecutor.execute(Thread)
initialize
in interface ThreadExecutor
public void execute(Thread thread)
ThreadExecutor
execute
in interface ThreadExecutor
thread
- the thread to executeCopyright 2001-2019, Terracotta, Inc.