public class DefaultThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
DefaultThreadFactory() |
public Thread createThread(Runnable r)
createThread in interface ThreadFactorypublic Thread createThread(Runnable r, int priority)
createThread in interface ThreadFactoryCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.