Uses of Interface
com.sun.jdi.ThreadGroupReference
| Package | Description | 
|---|---|
| com.sun.jdi | This is the core package of the Java Debug
 Interface (JDI), it defines mirrors for values, types, and the target
 VirtualMachine itself - as well bootstrapping facilities. | 
- 
Uses of ThreadGroupReference in com.sun.jdiMethods in com.sun.jdi that return ThreadGroupReference Modifier and Type Method Description ThreadGroupReferenceThreadGroupReference. parent()Returns the parent of this thread group.ThreadGroupReferenceThreadReference. threadGroup()Returns this thread's thread group.Methods in com.sun.jdi that return types with arguments of type ThreadGroupReference Modifier and Type Method Description List<ThreadGroupReference>ThreadGroupReference. threadGroups()Returns a List containing each activeThreadGroupReferencein this thread group.List<ThreadGroupReference>VirtualMachine. topLevelThreadGroups()Returns each thread group which does not have a parent.