public class DaemonThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
Constructor and Description |
---|
DaemonThreadFactory(java.lang.Class... clazz) |
DaemonThreadFactory(java.lang.Object... name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable runnable) |