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