Liferay 6.2-ce-ga5

com.liferay.portal.kernel.concurrent
Class ClearThreadLocalThreadPoolHandler

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

public class ClearThreadLocalThreadPoolHandler
extends ThreadPoolHandlerAdapter


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

Constructor Detail

ClearThreadLocalThreadPoolHandler

public ClearThreadLocalThreadPoolHandler()
Method Detail

afterExecute

public void afterExecute(Runnable runnable,
                         Throwable throwable)
Specified by:
afterExecute in interface ThreadPoolHandler
Overrides:
afterExecute in class ThreadPoolHandlerAdapter

Liferay 6.2-ce-ga5