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.ThreadFactory
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.