public class CustomThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
ThreadFactory| Constructor and Description |
|---|
CustomThreadFactory(java.lang.String namePrefix,
boolean daemon,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
newThread(java.lang.Runnable r) |