|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadRunner
The 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.
Method Summary | |
---|---|
void |
startThread(java.lang.Thread t)
Start a thread. |
Method Detail |
---|
void startThread(java.lang.Thread t) throws java.lang.Exception
t
- the thread to start.
java.lang.Exception
- if starting the thread fails.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |