Uses of Interface
com.sun.jdi.ThreadGroupReference
Packages that use ThreadGroupReference
包
描述
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
Methods in com.sun.jdi that return ThreadGroupReference修饰符和类方法描述ThreadGroupReference.parent()
Returns the parent of this thread group.ThreadReference.threadGroup()
Returns this thread's thread group.Methods in com.sun.jdi that return types with arguments of type ThreadGroupReference修饰符和类方法描述ThreadGroupReference.threadGroups()
Returns a List containing aThreadGroupReference
for each subgroup.VirtualMachine.topLevelThreadGroups()
Returns each thread group which does not have a parent.