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, waitingThreadscheckValid, isValidpublic ThreadGroupReferenceProxyImpl(VirtualMachineProxyImpl virtualMachineProxy, com.sun.jdi.ThreadGroupReference threadGroupReference)
public com.sun.jdi.ThreadGroupReference getThreadGroupReference()
getThreadGroupReference in interface ThreadGroupReferenceProxypublic java.lang.String name()
public ThreadGroupReferenceProxyImpl parent()
public java.lang.String toString()
toString in class ObjectReferenceProxyImplpublic void suspend()
public void resume()
public java.util.List<ThreadReferenceProxyImpl> threads()
public java.util.List<ThreadGroupReferenceProxyImpl> threadGroups()
public void clearCaches()
ObjectReferenceProxyImplclearCaches in class ObjectReferenceProxyImpl