public interface IJavaThreadGroup extends IDebugElement
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this thread group.
|
IJavaThreadGroup |
getThreadGroup()
Returns the thread group this thread group is contained in or
null
if none. |
IJavaThreadGroup[] |
getThreadGroups()
Returns immediate thread groups contained in this thread.
|
IJavaThread[] |
getThreads()
Returns the threads in this thread group.
|
boolean |
hasThreadGroups()
Returns whether this thread group contains subgroups.
|
boolean |
hasThreads()
Returns whether this group contains any threads.
|
getDebugTarget, getLaunch, getModelIdentifier
getAdapter
IJavaThread[] getThreads() throws DebugException
DebugException
boolean hasThreads() throws DebugException
DebugException
IJavaThreadGroup getThreadGroup() throws DebugException
null
if none.null
DebugException
boolean hasThreadGroups() throws DebugException
DebugException
IJavaThreadGroup[] getThreadGroups() throws DebugException
DebugException
String getName() throws DebugException
DebugException
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.