Java Debug Interface

Uses of Interface
com.sun.jdi.ThreadGroupReference

Packages that use ThreadGroupReference
com.sun.jdi This is the core package of the Java Debugging 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 ThreadReference.threadGroup()
          Returns this thread's thread group.
 ThreadGroupReference ThreadGroupReference.parent()
          Returns the parent of this thread group.
 


Java Debug Interface