public class SchedulerThreadFactory extends Object implements ThreadFactory
| Modifier and Type | Field and Description |
|---|---|
protected String |
namePrefix |
protected AtomicInteger |
threadNumber |
| Constructor and Description |
|---|
SchedulerThreadFactory() |
protected AtomicInteger threadNumber
protected String namePrefix
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.