public final class SimpleThreadFactory extends Object implements ThreadFactory
| Modifier and Type | Field and Description |
|---|---|
static SimpleThreadFactory |
daemonThreadFactory
ThreadFactory which creates daemon threads.
|
static SimpleThreadFactory |
threadFactory
ThreadFactory which creates user threads.
|
public static final SimpleThreadFactory daemonThreadFactory
public static final SimpleThreadFactory threadFactory
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2013- Suresh Mahalingam. All Rights Reserved.