Dashboard Builder Commons 6.2.0.Beta1

org.jboss.dashboard.scheduler
Class SchedulerThreadFactory

java.lang.Object
  extended by 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.


Field Summary
protected  String namePrefix
           
protected  AtomicInteger threadNumber
           
 
Constructor Summary
SchedulerThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadNumber

protected AtomicInteger threadNumber

namePrefix

protected String namePrefix
Constructor Detail

SchedulerThreadFactory

public SchedulerThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory

Dashboard Builder Commons 6.2.0.Beta1

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.