Package aQute.bnd.osgi
Class ExecutorGroup.RejectedExecution
java.lang.Object
aQute.bnd.osgi.ExecutorGroup.RejectedExecution
- All Implemented Interfaces:
RejectedExecutionHandler
- Enclosing class:
- ExecutorGroup
static final class ExecutorGroup.RejectedExecution
extends Object
implements RejectedExecutionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
rejectedExecution
(Runnable runnable, ThreadPoolExecutor executor)
-
Constructor Details
-
RejectedExecution
RejectedExecution()
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecution
in interfaceRejectedExecutionHandler
-