Package aQute.bnd.osgi
Class ExecutorGroup.ExecutorThreadFactory
- java.lang.Object
-
- aQute.bnd.osgi.ExecutorGroup.ExecutorThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
- Enclosing class:
- ExecutorGroup
static final class ExecutorGroup.ExecutorThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description ExecutorThreadFactory(java.util.concurrent.ThreadFactory delegate, java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable r)
-