Class AbortPolicy

Object
com.liferay.portal.kernel.concurrent.AbortPolicy
All Implemented Interfaces:
RejectedExecutionHandler

public class AbortPolicy extends Object implements RejectedExecutionHandler
Implements the same behavior as ThreadPoolExecutor.AbortPolicy.
Author:
Shuyang Zhou
See Also: