org.jboss.dashboard.scheduler
Class SchedulerThreadFactory
java.lang.Object
org.jboss.dashboard.scheduler.SchedulerThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class SchedulerThreadFactory
- extends Object
- implements ThreadFactory
The factory class in charge of the initialization of the threads created by the scheduler.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
threadNumber
protected AtomicInteger threadNumber
namePrefix
protected String namePrefix
SchedulerThreadFactory
public SchedulerThreadFactory()
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread in interface ThreadFactory
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.