Class AbortPolicy
Object
com.liferay.portal.kernel.concurrent.AbortPolicy
- All Implemented Interfaces:
RejectedExecutionHandler
Implements the same behavior as
ThreadPoolExecutor.AbortPolicy
.- Author:
- Shuyang Zhou
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
-
Constructor Details
-
AbortPolicy
public AbortPolicy()
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecution
in interfaceRejectedExecutionHandler
- See Also:
-