|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RejectedExecutionHandler | |
|---|---|
| com.liferay.portal.kernel.concurrent | |
| com.liferay.portal.kernel.executor | |
| com.liferay.portal.kernel.messaging | |
| Uses of RejectedExecutionHandler in com.liferay.portal.kernel.concurrent |
|---|
| Classes in com.liferay.portal.kernel.concurrent that implement RejectedExecutionHandler | |
|---|---|
class |
AbortPolicy
Implements the same behavior as ThreadPoolExecutor.AbortPolicy. |
class |
CallerRunsPolicy
Implements the same behavior as ThreadPoolExecutor.CallerRunsPolicy. |
class |
DiscardOldestPolicy
Implements the same behavior as ThreadPoolExecutor.DiscardOldestPolicy. |
class |
DiscardPolicy
Implements the same behavior as ThreadPoolExecutor.DiscardPolicy. |
class |
DiscardWithCancelPolicy
Handles rejected tasks by canceling them immediately. |
| Methods in com.liferay.portal.kernel.concurrent that return RejectedExecutionHandler | |
|---|---|
RejectedExecutionHandler |
ThreadPoolExecutor.getRejectedExecutionHandler()
|
| Methods in com.liferay.portal.kernel.concurrent with parameters of type RejectedExecutionHandler | |
|---|---|
void |
ThreadPoolExecutor.setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
|
| Constructors in com.liferay.portal.kernel.concurrent with parameters of type RejectedExecutionHandler | |
|---|---|
ThreadPoolExecutor(int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit timeUnit,
boolean allowCoreThreadTimeout,
int maxQueueSize,
RejectedExecutionHandler rejectedExecutionHandler,
ThreadFactory threadFactory,
ThreadPoolHandler threadPoolHandler)
|
|
| Uses of RejectedExecutionHandler in com.liferay.portal.kernel.executor |
|---|
| Methods in com.liferay.portal.kernel.executor that return RejectedExecutionHandler | |
|---|---|
RejectedExecutionHandler |
PortalExecutorConfig.getRejectedExecutionHandler()
|
| Constructors in com.liferay.portal.kernel.executor with parameters of type RejectedExecutionHandler | |
|---|---|
PortalExecutorConfig(String name,
int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit timeUnit,
boolean allowCoreThreadTimeout,
int maxQueueSize,
RejectedExecutionHandler rejectedExecutionHandler,
ThreadPoolHandler threadPoolHandler,
int priority,
ClassLoader contextClassLoader)
|
|
| Uses of RejectedExecutionHandler in com.liferay.portal.kernel.messaging |
|---|
| Methods in com.liferay.portal.kernel.messaging that return RejectedExecutionHandler | |
|---|---|
protected RejectedExecutionHandler |
BaseAsyncDestination.createRejectionExecutionHandler()
|
RejectedExecutionHandler |
DestinationConfiguration.getRejectedExecutionHandler()
|
| Methods in com.liferay.portal.kernel.messaging with parameters of type RejectedExecutionHandler | |
|---|---|
void |
BaseAsyncDestination.setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
|
void |
DestinationConfiguration.setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||