public class EngineThreadFactory extends Object implements ThreadFactory
Constructor and Description |
---|
EngineThreadFactory(String runtimeURI,
String prefix,
ThreadGroup threadGroup,
int threadPrio)
Ctor.
|
public EngineThreadFactory(String runtimeURI, String prefix, ThreadGroup threadGroup, int threadPrio)
runtimeURI
- runtime URIprefix
- prefix for thread namesthreadGroup
- thread groupthreadPrio
- priority to usepublic Thread newThread(Runnable runnable)
newThread
in interface ThreadFactory
Copyright © 2005–2018. All rights reserved.