Uses of Interface
com.liferay.portal.kernel.concurrent.ThreadPoolHandler
Packages that use ThreadPoolHandler
-
Uses of ThreadPoolHandler in com.liferay.portal.kernel.concurrent
Classes in com.liferay.portal.kernel.concurrent that implement ThreadPoolHandlerModifier and TypeClassDescriptionclassclassMethods in com.liferay.portal.kernel.concurrent that return ThreadPoolHandlerMethods in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolHandlerModifier and TypeMethodDescriptionvoidThreadPoolExecutor.setThreadPoolHandler(ThreadPoolHandler threadPoolHandler) Constructors in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolHandlerModifierConstructorDescriptionThreadPoolExecutor(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit timeUnit, boolean allowCoreThreadTimeout, int maxQueueSize, RejectedExecutionHandler rejectedExecutionHandler, ThreadFactory threadFactory, ThreadPoolHandler threadPoolHandler)