|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a thread group in the target VM.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getDebugTarget, getLaunch, getModelIdentifier |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
public IJavaThread[] getThreads() throws DebugException
DebugException
public boolean hasThreads() throws DebugException
DebugException
public IJavaThreadGroup getThreadGroup() throws DebugException
null
if none.
null
DebugException
public boolean hasThreadGroups() throws DebugException
DebugException
public IJavaThreadGroup[] getThreadGroups() throws DebugException
DebugException
public String getName() throws DebugException
DebugException
|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |