org.mule.util.concurrent
Class DaemonThreadFactory

java.lang.Object
  extended by org.mule.util.concurrent.NamedThreadFactory
      extended by org.mule.util.concurrent.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadFactory
extends NamedThreadFactory


Constructor Summary
DaemonThreadFactory(String name)
           
DaemonThreadFactory(String name, ClassLoader contextClassLoader)
           
 
Method Summary
protected  void doConfigureThread(Thread t)
           
 
Methods inherited from class org.mule.util.concurrent.NamedThreadFactory
configureThread, getContextClassLoader, getCounter, getName, newThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonThreadFactory

public DaemonThreadFactory(String name)

DaemonThreadFactory

public DaemonThreadFactory(String name,
                           ClassLoader contextClassLoader)
Method Detail

doConfigureThread

protected void doConfigureThread(Thread t)
Overrides:
doConfigureThread in class NamedThreadFactory


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.