Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor

Packages that use ThreadPoolExecutor
com.liferay.portal.kernel.concurrent   
com.liferay.portal.kernel.executor   
com.liferay.portal.kernel.messaging   
 

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

Methods in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolExecutor
 void AbortPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void DiscardOldestPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void DiscardPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void CallerRunsPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void RejectedExecutionHandler.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 

Uses of ThreadPoolExecutor in com.liferay.portal.kernel.executor
 

Methods in com.liferay.portal.kernel.executor that return ThreadPoolExecutor
 ThreadPoolExecutor PortalExecutorFactory.createPortalExecutor(String name)
           
 ThreadPoolExecutor PortalExecutorManager.getPortalExecutor(String name)
           
static ThreadPoolExecutor PortalExecutorManagerUtil.getPortalExecutor(String name)
           
 ThreadPoolExecutor PortalExecutorManager.getPortalExecutor(String name, boolean createIfAbsent)
           
static ThreadPoolExecutor PortalExecutorManagerUtil.getPortalExecutor(String name, boolean createIfAbsent)
           
 ThreadPoolExecutor PortalExecutorManager.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
static ThreadPoolExecutor PortalExecutorManagerUtil.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
 

Methods in com.liferay.portal.kernel.executor with parameters of type ThreadPoolExecutor
 ThreadPoolExecutor PortalExecutorManager.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
static ThreadPoolExecutor PortalExecutorManagerUtil.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
 

Uses of ThreadPoolExecutor in com.liferay.portal.kernel.messaging
 

Methods in com.liferay.portal.kernel.messaging that return ThreadPoolExecutor
protected  ThreadPoolExecutor BaseAsyncDestination.getThreadPoolExecutor()
           
 


Liferay 6.1.2-ce-ga3