Liferay 6.2-ce-ga5

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

Packages that use ThreadPoolExecutor
com.liferay.portal.executor   
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.kernel.concurrent
 

Methods in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolExecutor
 void RejectedExecutionHandler.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void DiscardPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void DiscardOldestPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void DiscardWithCancelPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
          Rejects execution of the Runnable task by canceling it immediately.
 void AbortPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 void CallerRunsPolicy.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)
           
static ThreadPoolExecutor PortalExecutorManagerUtil.getPortalExecutor(String name)
           
 ThreadPoolExecutor PortalExecutorManager.getPortalExecutor(String name)
           
static ThreadPoolExecutor PortalExecutorManagerUtil.getPortalExecutor(String name, boolean createIfAbsent)
           
 ThreadPoolExecutor PortalExecutorManager.getPortalExecutor(String name, boolean createIfAbsent)
           
static ThreadPoolExecutor PortalExecutorManagerUtil.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
 ThreadPoolExecutor PortalExecutorManager.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
 

Methods in com.liferay.portal.kernel.executor with parameters of type ThreadPoolExecutor
static ThreadPoolExecutor PortalExecutorManagerUtil.registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
 ThreadPoolExecutor PortalExecutorManager.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.2-ce-ga5