public class BICEPSThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
BICEPSThreadFactory(String threadName)
Instantiates a new BICEPS thread factory.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadGroup |
getThreadGroup() |
Thread |
newThread(Runnable runnable) |
public BICEPSThreadFactory(String threadName)
threadName - the thread namepublic Thread newThread(Runnable runnable)
newThread in interface ThreadFactorypublic ThreadGroup getThreadGroup()
Copyright © 2017. All rights reserved.