|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface extends the standard Runnable by providing methods to gracefully shut down a Thread.
Method Summary | |
boolean |
isShuttingDown()
Return true if a shutdown has been requested. |
void |
shutdown()
Unconditionally requests a shutdown. |
Methods inherited from interface java.lang.Runnable |
run |
Method Detail |
public void shutdown()
public boolean isShuttingDown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |