|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents one Java thread group in debugged process.
Method Summary | |
String |
getName()
Getter for the name of thread group property. |
JPDAThreadGroup |
getParentThreadGroup()
Returns parent thread group or null (for root thread group). |
JPDAThreadGroup[] |
getThreadGroups()
Returns this thread group's thread groups. |
JPDAThread[] |
getThreads()
Returns this thread group's threads. |
void |
resume()
Unsuspends all threads and thread groups in this thread group. |
void |
suspend()
Suspends all threads and thread groups in this thread group. |
Method Detail |
public String getName()
public JPDAThreadGroup getParentThreadGroup()
public JPDAThread[] getThreads()
public JPDAThreadGroup[] getThreadGroups()
public void suspend()
public void resume()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |