hudson.util
Class DaemonThreadFactory

java.lang.Object
  extended by hudson.util.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadFactory
extends Object
implements ThreadFactory

ThreadFactory that creates daemon threads.

Author:
Kohsuke Kawaguchi

Constructor Summary
DaemonThreadFactory()
           
DaemonThreadFactory(ThreadFactory core)
           
 
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

DaemonThreadFactory

public DaemonThreadFactory()

DaemonThreadFactory

public DaemonThreadFactory(ThreadFactory core)
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory


Copyright © 2004-2013. All Rights Reserved.