public static interface DebuggingView.DVThreadGroup
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the thread group.
|
DebuggingView.DVThreadGroup |
getParentThreadGroup()
Get the parent thread group, if exists.
|
DebuggingView.DVThreadGroup[] |
getThreadGroups()
Get this thread group's thread groups.
|
DebuggingView.DVThread[] |
getThreads()
Get this thread group's threads.
|
String getName()
DebuggingView.DVThreadGroup getParentThreadGroup()
null
if this thread group has no parent (root thread group).DebuggingView.DVThread[] getThreads()
DebuggingView.DVThreadGroup[] getThreadGroups()