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, getModelIdentifiergetAdapterIJavaThread[] getThreads() throws DebugException
DebugException - if the request failsboolean hasThreads()
throws DebugException
DebugException - if the request failsIJavaThreadGroup getThreadGroup() throws DebugException
null if none.nullDebugException - 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
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.