|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
RejectedExecutionHandler.rejectedExecution(Runnable runnable,
ThreadPoolExecutor threadPoolExecutor)
|
void |
DiscardWithCancelPolicy.rejectedExecution(Runnable runnable,
ThreadPoolExecutor threadPoolExecutor)
Rejects execution of the Runnable task by canceling it
immediately. |
void |
DiscardPolicy.rejectedExecution(Runnable runnable,
ThreadPoolExecutor threadPoolExecutor)
|
void |
DiscardOldestPolicy.rejectedExecution(Runnable runnable,
ThreadPoolExecutor threadPoolExecutor)
|
void |
CallerRunsPolicy.rejectedExecution(Runnable runnable,
ThreadPoolExecutor threadPoolExecutor)
|
void |
AbortPolicy.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.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||