public class DaemonThreadFactory extends Object implements ThreadFactory
ThreadFactory that creates daemon threads.| Constructor and Description |
|---|
DaemonThreadFactory() |
DaemonThreadFactory(ThreadFactory core) |
public DaemonThreadFactory()
public DaemonThreadFactory(ThreadFactory core)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2019. All rights reserved.