Method Summary |
|
abstract public String | getName() Getter for the name of thread group property. |
abstract public JPDAThreadGroup | getParentThreadGroup() Returns parent thread group or null (for root thread group). |
abstract public JPDAThreadGroup[] | getThreadGroups() Returns this thread group's thread groups. |
abstract public JPDAThread[] | getThreads() Returns this thread group's threads. |
abstract public void | resume() Unsuspends all threads and thread groups in this thread group. |
abstract public void | suspend() Suspends all threads and thread groups in this thread group. |