org.apache.commons.monitoring.util
Class DaemonThreadFactory

java.lang.Object
  extended by org.apache.commons.monitoring.util.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public final class DaemonThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
DaemonThreadFactory(String baseName)
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonThreadFactory

public DaemonThreadFactory(String baseName)
Method Detail

newThread

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


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.