public class DaemonThreadFactory extends Object implements ThreadFactory
| Modifier and Type | Method and Description |
|---|---|
static DaemonThreadFactory |
getInstance()
Gets the single instance of DaemonThreadFactory.
|
Thread |
newThread(Runnable arg0) |
public static DaemonThreadFactory getInstance()
public Thread newThread(Runnable arg0)
newThread in interface ThreadFactoryCopyright © 2015–2017 eBay. All rights reserved.