public class GroupedThreadFactory
extends java.lang.Object
implements EDU.oswego.cs.dl.util.concurrent.ThreadFactory
| Modifier and Type | Field and Description |
|---|---|
private java.lang.ThreadGroup |
m_group |
private int |
m_number |
| Constructor and Description |
|---|
GroupedThreadFactory()
Create a GroupedThreadFactory with the current thread's
ThreadGroup.
|
GroupedThreadFactory(java.lang.ThreadGroup group)
Create a GroupedThreadFactory with the ThreadGroup supplied.
|
public GroupedThreadFactory()
public GroupedThreadFactory(java.lang.ThreadGroup group)
group - the ThreadGroup to use for all new threads