public final class GroupedThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DELIMITER |
Modifier and Type | Method and Description |
---|---|
static GroupedThreadFactory |
groupedThreadFactory(java.lang.String groupName)
Returns thread factory for producing threads associated with the specified
group name.
|
java.lang.Thread |
newThread(java.lang.Runnable r) |
java.lang.ThreadGroup |
threadGroup()
Returns the thread group associated with the factory.
|
java.lang.String |
toString() |
public static final java.lang.String DELIMITER
public static GroupedThreadFactory groupedThreadFactory(java.lang.String groupName)
onos/intent
.groupName
- group namepublic java.lang.ThreadGroup threadGroup()
public java.lang.Thread newThread(java.lang.Runnable r)
newThread
in interface java.util.concurrent.ThreadFactory
public java.lang.String toString()
toString
in class java.lang.Object