public class EngineThreadFactory extends Object implements ThreadFactory
Constructor and Description |
---|
EngineThreadFactory(String engineURI,
String prefix,
ThreadGroup threadGroup,
int threadPrio)
Ctor.
|
public EngineThreadFactory(String engineURI, String prefix, ThreadGroup threadGroup, int threadPrio)
engineURI
- engine URIprefix
- prefix for thread namesthreadGroup
- thread groupthreadPrio
- priority to usepublic Thread newThread(Runnable runnable)
newThread
in interface ThreadFactory