public class CatalystThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
CatalystThreadFactory(String nameFormat)
Creates a thread factory that names threads according to the
nameFormat by supplying a
single argument to the format representing the thread number. |
public CatalystThreadFactory(String nameFormat)
nameFormat by supplying a
single argument to the format representing the thread number.public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2013–2016. All rights reserved.