Package 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
-
-
Constructor Summary
Constructors Constructor Description DaemonThreadFactory()
DaemonThreadFactory(ThreadFactory core)
-
-
-
Constructor Detail
-
DaemonThreadFactory
public DaemonThreadFactory()
-
DaemonThreadFactory
public DaemonThreadFactory(ThreadFactory core)
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
-