|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents one Java thread group in debugged process.
Since JDI interfaces evolve from one version to another, it's strongly recommended not to implement this interface in client code. New methods can be added to this interface at any time to keep up with the JDI functionality.
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 |