com.liferay.portal.kernel.concurrent
Class ThreadPoolHandlerAdapter
java.lang.Object
com.liferay.portal.kernel.concurrent.ThreadPoolHandlerAdapter
- All Implemented Interfaces:
- ThreadPoolHandler
- Direct Known Subclasses:
- ClearThreadLocalThreadPoolHandler
public class ThreadPoolHandlerAdapter
- extends Object
- implements ThreadPoolHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadPoolHandlerAdapter
public ThreadPoolHandlerAdapter()
afterExecute
public void afterExecute(Runnable runnable,
Throwable throwable)
- Specified by:
afterExecute
in interface ThreadPoolHandler
beforeExecute
public void beforeExecute(Thread thread,
Runnable runnable)
- Specified by:
beforeExecute
in interface ThreadPoolHandler
beforeThreadEnd
public void beforeThreadEnd(Thread thread)
- Specified by:
beforeThreadEnd
in interface ThreadPoolHandler
beforeThreadStart
public void beforeThreadStart(Thread thread)
- Specified by:
beforeThreadStart
in interface ThreadPoolHandler
terminated
public void terminated()
- Specified by:
terminated
in interface ThreadPoolHandler