Uses of Class
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor
Packages that use ThreadPoolExecutor
-
Uses of ThreadPoolExecutor in com.liferay.portal.kernel.concurrent
Methods in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolExecutorModifier and TypeMethodDescriptionvoid
AbortPolicy.rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) void
CallerRunsPolicy.rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) void
DiscardOldestPolicy.rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) void
DiscardPolicy.rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) void
DiscardWithCancelPolicy.rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) Rejects execution of theRunnable
task by canceling it immediately.void
RejectedExecutionHandler.rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)