public class DefaultThreadFactory extends Object implements java.util.concurrent.ThreadFactory
| Constructor and Description |
|---|
DefaultThreadFactory(ThreadGroup group,
String namePrefix) |
public DefaultThreadFactory(ThreadGroup group, String namePrefix)
public Thread newThread(Runnable runnable)
newThread in interface java.util.concurrent.ThreadFactoryCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.