public class DaemonThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
ThreadFactory that creates daemon threads so that Weld does not hang e.g. in a SE environment.| Constructor and Description |
|---|
DaemonThreadFactory(java.lang.ThreadGroup threadGroup,
java.lang.String threadNamePrefix) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
newThread(java.lang.Runnable r) |
Copyright © 2015. All Rights Reserved.