org.apache.openejb.util
Class DaemonThreadFactory
java.lang.Object
org.apache.openejb.util.DaemonThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class DaemonThreadFactory
- extends Object
- implements ThreadFactory
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaemonThreadFactory
public DaemonThreadFactory(Object... name)
DaemonThreadFactory
public DaemonThreadFactory(Class... clazz)
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThread in interface ThreadFactory
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.