Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.concurrent.ThreadPoolHandler

Packages that use ThreadPoolHandler
com.liferay.portal.executor   
com.liferay.portal.kernel.concurrent   
 

Uses of ThreadPoolHandler in com.liferay.portal.executor
 

Methods in com.liferay.portal.executor with parameters of type ThreadPoolHandler
 void PortalExecutorFactoryImpl.setThreadPoolHandler(ThreadPoolHandler threadPoolHandler)
           
 

Uses of ThreadPoolHandler in com.liferay.portal.kernel.concurrent
 

Classes in com.liferay.portal.kernel.concurrent that implement ThreadPoolHandler
 class ClearThreadLocalThreadPoolHandler
           
 class ThreadPoolHandlerAdapter
           
 

Methods in com.liferay.portal.kernel.concurrent that return ThreadPoolHandler
 ThreadPoolHandler ThreadPoolExecutor.getThreadPoolHandler()
           
 

Methods in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolHandler
 void ThreadPoolExecutor.setThreadPoolHandler(ThreadPoolHandler threadPoolHandler)
           
 

Constructors in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolHandler
ThreadPoolExecutor(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit timeUnit, boolean allowCoreThreadTimeout, int maxQueueSize, RejectedExecutionHandler rejectedExecutionHandler, ThreadFactory threadFactory, ThreadPoolHandler threadPoolHandler)
           
 


Liferay 6.1.2-ce-ga3