public class ThreadGroupReferenceProxyImpl extends ObjectReferenceProxyImpl implements ThreadGroupReferenceProxy
Constructor and Description |
---|
ThreadGroupReferenceProxyImpl(VirtualMachineProxyImpl virtualMachineProxy,
com.sun.jdi.ThreadGroupReference threadGroupReference) |
Modifier and Type | Method and Description |
---|---|
void |
clearCaches()
The advice to the proxy to clear cached data.
|
com.sun.jdi.ThreadGroupReference |
getThreadGroupReference() |
java.lang.String |
name() |
ThreadGroupReferenceProxyImpl |
parent() |
void |
resume() |
void |
suspend() |
java.util.List<ThreadGroupReferenceProxyImpl> |
threadGroups() |
java.util.List<ThreadReferenceProxyImpl> |
threads() |
java.lang.String |
toString() |
entryCount, equals, getObjectReference, getValues, getVirtualMachineProxy, hashCode, isCollected, owningThread, referenceType, setValue, type, uniqueID, waitingThreads
checkValid, isValid
public ThreadGroupReferenceProxyImpl(VirtualMachineProxyImpl virtualMachineProxy, com.sun.jdi.ThreadGroupReference threadGroupReference)
public com.sun.jdi.ThreadGroupReference getThreadGroupReference()
getThreadGroupReference
in interface ThreadGroupReferenceProxy
public java.lang.String name()
public ThreadGroupReferenceProxyImpl parent()
public java.lang.String toString()
toString
in class ObjectReferenceProxyImpl
public void suspend()
public void resume()
public java.util.List<ThreadReferenceProxyImpl> threads()
public java.util.List<ThreadGroupReferenceProxyImpl> threadGroups()
public void clearCaches()
ObjectReferenceProxyImpl
clearCaches
in class ObjectReferenceProxyImpl