Liferay 6.2-ce-ga5

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
          Implements the same behavior as ThreadPoolExecutor.AbortPolicy.
 class CallerRunsPolicy
          Implements the same behavior as ThreadPoolExecutor.CallerRunsPolicy.
 class DiscardOldestPolicy
          Implements the same behavior as ThreadPoolExecutor.DiscardOldestPolicy.
 class DiscardPolicy
          Implements the same behavior as ThreadPoolExecutor.DiscardPolicy.
 class DiscardWithCancelPolicy
          Handles rejected tasks by canceling them immediately.
 

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.2-ce-ga5