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 ThreadFactory
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.