Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.concurrent.RejectedExecutionHandler

Packages that use RejectedExecutionHandler
com.liferay.portal.kernel.concurrent   
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
           
 class CallerRunsPolicy
           
 class DiscardOldestPolicy
           
 class DiscardPolicy
           
 

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.messaging
 

Methods in com.liferay.portal.kernel.messaging that return RejectedExecutionHandler
protected  RejectedExecutionHandler BaseAsyncDestination.createRejectionExecutionHandler()
           
 

Methods in com.liferay.portal.kernel.messaging with parameters of type RejectedExecutionHandler
 void BaseAsyncDestination.setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
           
 


Liferay 6.1.2-ce-ga3