public class DefaultThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
DefaultThreadFactory(String threadName,
boolean daemon) |
public DefaultThreadFactory(String threadName, boolean daemon)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2016 Zaxxer.com. All rights reserved.