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

All Implemented Interfaces:
    VMListener, ThreadGroupReference, ObjectReference, Value, Mirror

Field Summary
 String name     
 ThreadGroupReference parent     
 boolean triedParent     
Fields inherited from com.sun.tools.jdi.ObjectReferenceImpl:
ref,  addedListener
Fields inherited from com.sun.tools.jdi.MirrorImpl:
vm
Constructor:
 ThreadGroupReferenceImpl(VirtualMachine aVm,
    long aRef) 
Method from com.sun.tools.jdi.ThreadGroupReferenceImpl Summary:
description,   name,   newCache,   parent,   resume,   suspend,   threadGroups,   threads,   toString,   typeValueKey
Methods from com.sun.tools.jdi.ObjectReferenceImpl:
description,   disableCollection,   enableCollection,   entryCount,   equals,   getCache,   getValue,   getValues,   hashCode,   invokableReferenceType,   invokeMethod,   isClassObject,   isCollected,   jdwpMonitorInfo,   newCache,   owningThread,   prepareForAssignmentTo,   ref,   referenceType,   referringObjects,   sendInvokeCommand,   setValue,   toString,   type,   typeValueKey,   uniqueID,   validateAssignment,   validateMethodInvocation,   vmNotSuspended,   vmSuspended,   waitingThreads
Methods from com.sun.tools.jdi.ValueImpl:
prepareForAssignment,   prepareForAssignmentTo,   typeValueKey,   typeValueKey
Methods from com.sun.tools.jdi.MirrorImpl:
equals,   hashCode,   validateMirror,   validateMirrorOrNull,   validateMirrors,   validateMirrorsOrNulls,   virtualMachine
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.tools.jdi.ThreadGroupReferenceImpl Detail:
 protected String description() 
 public String name() 
 protected Cache newCache() 
 public ThreadGroupReference parent() 
 public  void resume() 
 public  void suspend() 
 public List<ThreadGroupReference> threadGroups() 
 public List<ThreadReference> threads() 
 public String toString() 
 byte typeValueKey()