public class DaemonThreadFactory extends Object implements ThreadFactory
ThreadFactory that creates daemon threads so that Weld does not hang e.g. in a SE environment.| Modifier and Type | Field and Description |
|---|---|
static String |
WELD_WORKERS |
| Constructor and Description |
|---|
DaemonThreadFactory(ThreadGroup threadGroup,
String threadNamePrefix) |
public static final String WELD_WORKERS
public DaemonThreadFactory(ThreadGroup threadGroup, String threadNamePrefix)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2019. All rights reserved.