hudson.util
Class DaemonThreadFactory
java.lang.Object
hudson.util.DaemonThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class DaemonThreadFactory
- extends Object
- implements ThreadFactory
ThreadFactory
that creates daemon threads.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaemonThreadFactory
public DaemonThreadFactory()
DaemonThreadFactory
public DaemonThreadFactory(ThreadFactory core)
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interface ThreadFactory
Copyright © 2004-2013. All Rights Reserved.