|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.displayers.tools.TINEThreadFactory
public class TINEThreadFactory
Thread factory to be used with applications.
Constructor Summary | |
---|---|
TINEThreadFactory(java.lang.String name)
Constructs a new factory with the given name. |
|
TINEThreadFactory(java.lang.String name,
boolean lowPriority)
Constructs a new factory with the given name. |
Method Summary | |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable r)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TINEThreadFactory(java.lang.String name, boolean lowPriority)
name
- lowPriortiy
- should the threads from this factory have priority set to lowpublic TINEThreadFactory(java.lang.String name)
name
- Method Detail |
---|
public java.lang.Thread newThread(java.lang.Runnable r)
newThread
in interface java.util.concurrent.ThreadFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |