Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.concurrent
Class AbortPolicy

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.AbortPolicy
All Implemented Interfaces:
RejectedExecutionHandler

public class AbortPolicy
extends Object
implements RejectedExecutionHandler


Constructor Summary
AbortPolicy()
           
 
Method Summary
 void rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbortPolicy

public AbortPolicy()
Method Detail

rejectedExecution

public void rejectedExecution(Runnable runnable,
                              ThreadPoolExecutor threadPoolExecutor)
Specified by:
rejectedExecution in interface RejectedExecutionHandler

Liferay 6.1.2-ce-ga3