public class NamedThreadFactory extends Object implements ThreadFactory
NamedThreadFactory(String threadName)
NamedThreadFactory(String poolName, String threadName)
Thread
newThread(Runnable r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NamedThreadFactory(String threadName)
public NamedThreadFactory(String poolName, String threadName)
public Thread newThread(Runnable r)
newThread
ThreadFactory
Copyright © 2020. All rights reserved.