|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RunnableManager
An interface for managing threads, normally used with
ManagedThreadFactory
.
ManagedThreadFactory
Nested Class Summary | |
---|---|
static class |
RunnableManager.NullManager
A dummny implementation of RunnableManager . |
Field Summary | |
---|---|
static RunnableManager |
NULL
|
Method Summary | |
---|---|
void |
onShutdown(Runnable runnable)
|
void |
onStart(Runnable runnable)
|
void |
onThrow(Runnable runnable,
Throwable throwable)
|
Field Detail |
---|
static final RunnableManager NULL
Method Detail |
---|
void onStart(Runnable runnable)
void onShutdown(Runnable runnable)
void onThrow(Runnable runnable, Throwable throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |