public class CustomThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
| Constructor and Description |
|---|
CustomThreadFactory(java.lang.String name) |
CustomThreadFactory(java.lang.String name,
java.lang.ThreadGroup group,
boolean isDaemon,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
newThread(java.lang.Runnable runnable) |