com.liferay.portal.kernel.concurrent
Interface RejectedExecutionHandler

All Known Implementing Classes:
AbortPolicy, CallerRunsPolicy, DiscardOldestPolicy, DiscardPolicy

public interface RejectedExecutionHandler

Author:
Shuyang Zhou

Method Summary
 void rejectedExecution(java.lang.Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 

Method Detail

rejectedExecution

void rejectedExecution(java.lang.Runnable runnable,
                       ThreadPoolExecutor threadPoolExecutor)