org.apache.openejb.util
Class DaemonThreadFactory

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

public class DaemonThreadFactory
extends Object
implements ThreadFactory

Version:
$Rev$ $Date$

Constructor Summary
DaemonThreadFactory(Class... clazz)
           
DaemonThreadFactory(Object... name)
           
 
Method Summary
 Thread newThread(Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonThreadFactory

public DaemonThreadFactory(Object... name)

DaemonThreadFactory

public DaemonThreadFactory(Class... clazz)
Method Detail

newThread

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


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.