|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.concurrent.test |
|---|
| Methods in com.liferay.portal.kernel.concurrent.test with parameters of type ThreadPoolExecutor | |
|---|---|
static void |
TestUtil.closePool(ThreadPoolExecutor threadPoolExecutor)
|
static void |
TestUtil.closePool(ThreadPoolExecutor threadPoolExecutor,
boolean force)
|
| Uses of ThreadPoolExecutor in com.liferay.portal.kernel.executor |
|---|
| Methods in com.liferay.portal.kernel.executor that return ThreadPoolExecutor | |
|---|---|
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()
|
| Uses of ThreadPoolExecutor in com.liferay.portal.test.rule.callback |
|---|
| Methods in com.liferay.portal.test.rule.callback that return ThreadPoolExecutor | |
|---|---|
ThreadPoolExecutor |
PortalExecutorManagerTestCallback.MockPortalExecutorManager.getPortalExecutor(String name)
|
ThreadPoolExecutor |
PortalExecutorManagerTestCallback.MockPortalExecutorManager.getPortalExecutor(String name,
boolean createIfAbsent)
|
ThreadPoolExecutor |
PortalExecutorManagerTestCallback.MockPortalExecutorManager.registerPortalExecutor(String name,
ThreadPoolExecutor threadPoolExecutor)
|
| Methods in com.liferay.portal.test.rule.callback with parameters of type ThreadPoolExecutor | |
|---|---|
ThreadPoolExecutor |
PortalExecutorManagerTestCallback.MockPortalExecutorManager.registerPortalExecutor(String name,
ThreadPoolExecutor threadPoolExecutor)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||