Uses of Interface
com.sun.jdi.ThreadGroupReference
Package
Description
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.jdi
Modifier and TypeMethodDescriptionThreadGroupReference.parent()
Returns the parent of this thread group.ThreadReference.threadGroup()
Returns this thread's thread group.Modifier and TypeMethodDescriptionThreadGroupReference.threadGroups()
Returns a List containing aThreadGroupReference
for each subgroup.VirtualMachine.topLevelThreadGroups()
Returns each thread group which does not have a parent.