Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.concurrent
Class ThreadPoolHandlerAdapter

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.ThreadPoolHandlerAdapter
All Implemented Interfaces:
ThreadPoolHandler
Direct Known Subclasses:
ClearThreadLocalThreadPoolHandler

public class ThreadPoolHandlerAdapter
extends Object
implements ThreadPoolHandler


Constructor Summary
ThreadPoolHandlerAdapter()
           
 
Method Summary
 void afterExecute(Runnable runnable, Throwable throwable)
           
 void beforeExecute(Thread thread, Runnable runnable)
           
 void beforeThreadEnd(Thread thread)
           
 void beforeThreadStart(Thread thread)
           
 void terminated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolHandlerAdapter

public ThreadPoolHandlerAdapter()
Method Detail

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

Liferay 6.1.2-ce-ga3