Uses of Interface
com.liferay.portal.kernel.concurrent.RejectedExecutionHandler
Packages that use RejectedExecutionHandler
-
Uses of RejectedExecutionHandler in com.liferay.portal.kernel.concurrent
Classes in com.liferay.portal.kernel.concurrent that implement RejectedExecutionHandlerModifier and TypeClassDescriptionclassImplements the same behavior asThreadPoolExecutor.AbortPolicy.classImplements the same behavior asThreadPoolExecutor.CallerRunsPolicy.classImplements the same behavior asThreadPoolExecutor.DiscardOldestPolicy.classImplements the same behavior asThreadPoolExecutor.DiscardPolicy.classHandles rejected tasks by canceling them immediately.Methods in com.liferay.portal.kernel.concurrent that return RejectedExecutionHandlerMethods in com.liferay.portal.kernel.concurrent with parameters of type RejectedExecutionHandlerModifier and TypeMethodDescriptionvoidThreadPoolExecutor.setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler) Constructors in com.liferay.portal.kernel.concurrent with parameters of type RejectedExecutionHandlerModifierConstructorDescriptionThreadPoolExecutor(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit timeUnit, boolean allowCoreThreadTimeout, int maxQueueSize, RejectedExecutionHandler rejectedExecutionHandler, ThreadFactory threadFactory, ThreadPoolHandler threadPoolHandler)