public class BICEPSThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
| Constructor and Description |
|---|
BICEPSThreadFactory(java.lang.String threadName)
Instantiates a new BICEPS thread factory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.ThreadGroup |
getThreadGroup() |
java.lang.Thread |
newThread(java.lang.Runnable runnable) |