Package owl.util
Class DaemonThreadFactory
- java.lang.Object
-
- owl.util.DaemonThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public final class DaemonThreadFactory extends Object implements ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description DaemonThreadFactory(ThreadGroup group)
-
-
-
Constructor Detail
-
DaemonThreadFactory
public DaemonThreadFactory(ThreadGroup group)
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
-