public class WorkerThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
WorkerThreadFactory() |
WorkerThreadFactory(String prefix) |
WorkerThreadFactory(ThreadGroup group,
String prefix) |
public WorkerThreadFactory(ThreadGroup group, String prefix)
public WorkerThreadFactory(String prefix)
public WorkerThreadFactory()
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2016. All rights reserved.