Liferay 6.2-ce-ga5

com.liferay.portal.kernel.concurrent
Class DiscardPolicy

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

public class DiscardPolicy
extends Object
implements RejectedExecutionHandler

Implements the same behavior as ThreadPoolExecutor.DiscardPolicy.

See Also:
ThreadPoolExecutor.DiscardPolicy

Constructor Summary
DiscardPolicy()
           
 
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

DiscardPolicy

public DiscardPolicy()
Method Detail

rejectedExecution

public void rejectedExecution(Runnable runnable,
                              ThreadPoolExecutor threadPoolExecutor)
Specified by:
rejectedExecution in interface RejectedExecutionHandler
See Also:
ThreadPoolExecutor.DiscardPolicy.rejectedExecution( Runnable, java.util.concurrent.ThreadPoolExecutor)

Liferay 6.2-ce-ga5