public class ObjectType extends Type
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long[] |
getChildThreadGroupIds() |
java.lang.Long[] |
getChildThreadIds() |
java.lang.Boolean |
getDisposeRequested() |
java.lang.Boolean |
getIsCollected() |
java.lang.Integer |
getMonitorEntryCount() |
java.lang.Long |
getOwnerThreadId() |
java.lang.Long |
getParentGroupId() |
java.lang.Long |
getReferenceTypeId() |
java.lang.String |
getStringValue() |
java.lang.Integer |
getSuspendCount() |
java.lang.Integer |
getSuspendStatus() |
java.lang.Long |
getThreadGroupId() |
java.lang.String |
getThreadGroupName() |
java.lang.String |
getThreadName() |
java.lang.Integer |
getThreadStatus() |
static ObjectType |
getType(long typeId) |
static ObjectType |
getType(java.lang.Long typeId) |
java.awt.Component |
getTypeDetailedView() |
java.lang.Long[] |
getWaitingThreadIds() |
void |
setChildThreadGroupIds(java.lang.Long[] childThreadGroupIds) |
void |
setChildThreadIds(java.lang.Long[] childThreadIds) |
void |
setDisposeRequested(java.lang.Boolean disposeRequested) |
void |
setIsCollected(java.lang.Boolean isCollected) |
void |
setMonitorEntryCount(java.lang.Integer monitorEntryCount) |
void |
setOwnerThreadId(java.lang.Long ownerThreadId) |
void |
setParentGroupId(java.lang.Long parentGroupId) |
void |
setReferenceTypeId(java.lang.Long referenceTypeId) |
void |
setStringValue(java.lang.String stringValue) |
void |
setSuspendCount(java.lang.Integer suspendCount) |
void |
setSuspendStatus(java.lang.Integer suspendStatus) |
void |
setThreadGroupId(java.lang.Long threadGroupId) |
void |
setThreadGroupName(java.lang.String threadGroupName) |
void |
setThreadName(java.lang.String threadName) |
void |
setThreadStatus(java.lang.Integer threadStatus) |
void |
setWaitingThreadIds(java.lang.Long[] waitingThreadIds) |
public static ObjectType getType(long typeId)
public static ObjectType getType(java.lang.Long typeId)
public java.awt.Component getTypeDetailedView()
getTypeDetailedView in class Typepublic java.lang.Integer getSuspendStatus()
public void setSuspendStatus(java.lang.Integer suspendStatus)
public java.lang.Integer getThreadStatus()
public void setThreadStatus(java.lang.Integer threadStatus)
public java.lang.Long getReferenceTypeId()
public void setReferenceTypeId(java.lang.Long referenceTypeId)
public java.lang.Integer getMonitorEntryCount()
public void setMonitorEntryCount(java.lang.Integer monitorEntryCount)
public java.lang.Long getOwnerThreadId()
public void setOwnerThreadId(java.lang.Long ownerThreadId)
public java.lang.Long[] getWaitingThreadIds()
public void setWaitingThreadIds(java.lang.Long[] waitingThreadIds)
public java.lang.Boolean getIsCollected()
public void setIsCollected(java.lang.Boolean isCollected)
public java.lang.String getStringValue()
public void setStringValue(java.lang.String stringValue)
public java.lang.String getThreadName()
public void setThreadName(java.lang.String threadName)
public java.lang.Integer getSuspendCount()
public void setSuspendCount(java.lang.Integer suspendCount)
public java.lang.Long getThreadGroupId()
public void setThreadGroupId(java.lang.Long threadGroupId)
public java.lang.Long[] getChildThreadGroupIds()
public void setChildThreadGroupIds(java.lang.Long[] childThreadGroupIds)
public java.lang.Long[] getChildThreadIds()
public void setChildThreadIds(java.lang.Long[] childThreadIds)
public java.lang.Long getParentGroupId()
public void setParentGroupId(java.lang.Long parentGroupId)
public java.lang.String getThreadGroupName()
public void setThreadGroupName(java.lang.String threadGroupName)
public java.lang.Boolean getDisposeRequested()
public void setDisposeRequested(java.lang.Boolean disposeRequested)
Copyright © 2014. All Rights Reserved.