Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.concurrent
Interface RejectedExecutionHandler

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

public interface RejectedExecutionHandler


Method Summary
 void rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 

Method Detail

rejectedExecution

void rejectedExecution(Runnable runnable,
                       ThreadPoolExecutor threadPoolExecutor)

Liferay 6.1.2-ce-ga3