|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.thread.EngineThreadFactory
public class EngineThreadFactory
Thread factory for threading options.
Constructor Summary | |
---|---|
EngineThreadFactory(java.lang.String engineURI,
java.lang.String prefix,
java.lang.ThreadGroup threadGroup,
int threadPrio)
Ctor. |
Method Summary | |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable runnable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EngineThreadFactory(java.lang.String engineURI, java.lang.String prefix, java.lang.ThreadGroup threadGroup, int threadPrio)
engineURI
- engine URIprefix
- prefix for thread namesthreadGroup
- thread groupthreadPrio
- priority to useMethod Detail |
---|
public java.lang.Thread newThread(java.lang.Runnable runnable)
newThread
in interface java.util.concurrent.ThreadFactory
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |