public class GroupThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
ThreadGroup
.Constructor and Description |
---|
GroupThreadFactory() |
GroupThreadFactory(java.lang.ThreadGroup threadGroup) |
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable r)
Creates a new thread.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.