com.faunos.util.cc
Class DaemonThreadFactory

java.lang.Object
  extended by com.faunos.util.cc.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadFactory
extends Object
implements ThreadFactory

Author:
Babak Farhang

Constructor Summary
DaemonThreadFactory(ThreadFactory inner)
           
 
Method Summary
static ThreadFactory newInstance()
           
 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(ThreadFactory inner)
Method Detail

newThread

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

newInstance

public static ThreadFactory newInstance()


SourceForge.net Logo