Liferay 6.1.2-ce-ga3

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

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

Uses of ThreadPoolExecutor in com.liferay.portal.executor
 

Methods in com.liferay.portal.executor that return ThreadPoolExecutor
 ThreadPoolExecutor PortalExecutorFactoryImpl.createPortalExecutor(String executorName)
           
 ThreadPoolExecutor PortalExecutorManagerImpl.getPortalExecutor(String name)
           
 ThreadPoolExecutor PortalExecutorManagerImpl.getPortalExecutor(String name, boolean createIfAbsent)
           
 ThreadPoolExecutor PortalExecutorManagerImpl.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
 

Methods in com.liferay.portal.executor with parameters of type ThreadPoolExecutor
 ThreadPoolExecutor PortalExecutorManagerImpl.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
 

Method parameters in com.liferay.portal.executor with type arguments of type ThreadPoolExecutor
 void PortalExecutorManagerImpl.setPortalExecutors(Map<String,ThreadPoolExecutor> threadPoolExecutors)
           
 

Uses of ThreadPoolExecutor in com.liferay.portal.increment
 

Methods in com.liferay.portal.increment with parameters of type ThreadPoolExecutor
 void BufferedIncrementDiscardPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 

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