|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.pipeline.concurrent.NamedThreadFactory
public class NamedThreadFactory
ThreadFactory
that allows you to name the threads and create a thread with a
Constructor Summary | |
---|---|
NamedThreadFactory(java.lang.String threadName)
|
|
NamedThreadFactory(java.lang.String threadName,
java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
|
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 NamedThreadFactory(java.lang.String threadName)
public NamedThreadFactory(java.lang.String threadName, java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
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 |