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 TypeMethodDescriptionvoidAbortPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) voidCallerRunsPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) voidDiscardOldestPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) voidDiscardPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) voidDiscardWithCancelPolicy.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor) Rejects execution of theRunnabletask by canceling it immediately.voidRejectedExecutionHandler.rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)