|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.concurrent.ThreadWatcher
public class ThreadWatcher
Nested Class Summary | |
---|---|
static class |
ThreadWatcher.ThreadWatcherExecutorService
|
Method Summary | |
---|---|
void |
close()
|
void |
init()
|
static ThreadWatcher |
instance()
|
void |
release(Thread thread)
|
ExecutorService |
watch(ExecutorService executorService)
|
void |
watch(Thread thread)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void watch(Thread thread)
public void release(Thread thread)
public ExecutorService watch(ExecutorService executorService)
public void init()
public void close()
public static ThreadWatcher instance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |