|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaThreadGroup
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 |
---|
IJavaThread[] getThreads() throws DebugException
DebugException
- if the request failsboolean hasThreads() throws DebugException
DebugException
- if the request failsIJavaThreadGroup getThreadGroup() throws DebugException
null
if none.
null
DebugException
- if the request failsboolean hasThreadGroups() throws DebugException
DebugException
- if the request failsIJavaThreadGroup[] getThreadGroups() throws DebugException
DebugException
- if the request failsString getName() throws DebugException
DebugException
- if the request fails
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.