com.atlassian.bamboo.build.pipeline.concurrent
Class NamedThreadFactory

java.lang.Object
  extended by com.atlassian.bamboo.build.pipeline.concurrent.NamedThreadFactory

public class NamedThreadFactory
extends Object

ThreadFactory that allows you to name the threads and create a thread with a


Constructor Summary
NamedThreadFactory(String threadName)
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedThreadFactory

public NamedThreadFactory(String threadName)
Method Detail

newThread

public Thread newThread(Runnable r)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.