com.faunos.util.cc
Class DaemonThreadFactory
java.lang.Object
com.faunos.util.cc.DaemonThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class DaemonThreadFactory
- extends Object
- implements ThreadFactory
- Author:
- Babak Farhang
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaemonThreadFactory
public DaemonThreadFactory(ThreadFactory inner)
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interface ThreadFactory
newInstance
public static ThreadFactory newInstance()