Liferay 6.2-ce-ga5

com.liferay.portal.kernel.concurrent
Interface RejectedExecutionHandler

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

public interface RejectedExecutionHandler

Provides the same interface as ThreadPoolExecutor.RejectedExecutionHandler.

See Also:
ThreadPoolExecutor.RejectedExecutionHandler

Method Summary
 void rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
           
 

Method Detail

rejectedExecution

void rejectedExecution(Runnable runnable,
                       ThreadPoolExecutor threadPoolExecutor)
See Also:
ThreadPoolExecutor.RejectedExecutionHandler

Liferay 6.2-ce-ga5