Package org.bonitasoft.engine.work
Class WorkSingleThreadPoolExecutorFactory.QueueRejectedExecutionHandler
java.lang.Object
org.bonitasoft.engine.work.WorkSingleThreadPoolExecutorFactory.QueueRejectedExecutionHandler
- All Implemented Interfaces:
RejectedExecutionHandler
- Enclosing class:
- WorkSingleThreadPoolExecutorFactory
public static class WorkSingleThreadPoolExecutorFactory.QueueRejectedExecutionHandler
extends Object
implements RejectedExecutionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrejectedExecution(Runnable task, ThreadPoolExecutor executor)
-
Constructor Details
-
QueueRejectedExecutionHandler
public QueueRejectedExecutionHandler()
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecutionin interfaceRejectedExecutionHandler
-