public interface ThreadRunner
ThreadRunner
interface wraps starting a thread. This is
used in an application server to use the method of the application server to
start a new thread.Modifier and Type | Method and Description |
---|---|
void |
startThread(java.lang.Thread t)
Start a thread.
|