Package aQute.bnd.osgi
Class ExecutorGroup.RejectedExecution
- java.lang.Object
-
- aQute.bnd.osgi.ExecutorGroup.RejectedExecution
-
- All Implemented Interfaces:
java.util.concurrent.RejectedExecutionHandler
- Enclosing class:
- ExecutorGroup
static final class ExecutorGroup.RejectedExecution extends java.lang.Object implements java.util.concurrent.RejectedExecutionHandler
-
-
Constructor Summary
Constructors Constructor Description RejectedExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
rejectedExecution(java.lang.Runnable runnable, java.util.concurrent.ThreadPoolExecutor executor)
-