Home » openjdk-7 » sun.jvm » hotspot » jdi » [javadoc | source]
sun.jvm.hotspot.jdi
public class: ThreadGroupReferenceImpl [javadoc | source]
java.lang.Object
   sun.jvm.hotspot.jdi.MirrorImpl
      sun.jvm.hotspot.jdi.ValueImpl
         sun.jvm.hotspot.jdi.ObjectReferenceImpl
            sun.jvm.hotspot.jdi.ThreadGroupReferenceImpl

All Implemented Interfaces:
    ThreadGroupReference, ObjectReference, Value, Mirror

Fields inherited from sun.jvm.hotspot.jdi.MirrorImpl:
vm
Constructor:
 ThreadGroupReferenceImpl(VirtualMachine aVm,
    Oop oRef) 
Method from sun.jvm.hotspot.jdi.ThreadGroupReferenceImpl Summary:
description,   name,   parent,   resume,   suspend,   threadGroups,   threads,   toString
Methods from sun.jvm.hotspot.jdi.ObjectReferenceImpl:
disableCollection,   enableCollection,   entryCount,   equals,   getValue,   getValues,   hashCode,   invokeMethod,   isCollected,   owningThread,   ref,   referenceType,   referringObjects,   setValue,   toString,   type,   uniqueID,   waitingThreads
Methods from sun.jvm.hotspot.jdi.MirrorImpl:
equals,   hashCode,   virtualMachine
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.jvm.hotspot.jdi.ThreadGroupReferenceImpl Detail:
 protected String description() 
 public String name() 
 public ThreadGroupReference parent() 
 public  void resume() 
 public  void suspend() 
 public List threadGroups() 
 public List threads() 
 public String toString()