public class ThreadPoolHandlerAdapter extends Object implements ThreadPoolHandler
| Constructor and Description |
|---|
ThreadPoolHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecute(Runnable runnable,
Throwable throwable) |
void |
beforeExecute(Thread thread,
Runnable runnable) |
void |
beforeThreadEnd(Thread thread) |
void |
beforeThreadStart(Thread thread) |
void |
terminated() |
public void afterExecute(Runnable runnable,
Throwable throwable)
afterExecute in interface ThreadPoolHandlerpublic void beforeExecute(Thread thread,
Runnable runnable)
beforeExecute in interface ThreadPoolHandlerpublic void beforeThreadEnd(Thread thread)
beforeThreadEnd in interface ThreadPoolHandlerpublic void beforeThreadStart(Thread thread)
beforeThreadStart in interface ThreadPoolHandlerpublic void terminated()
terminated in interface ThreadPoolHandler