public class SunThread extends Object
| Constructor and Description |
|---|
SunThread() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockedCount()
Gets the blocked count.
|
ThreadStackElement |
getExecutionPoint()
Gets the execution point.
|
long |
getId()
Gets the id.
|
String |
getLockName()
Gets the lock name.
|
String |
getLockOwnerName()
Gets the lock owner name.
|
String |
getName()
Gets the name.
|
String |
getState()
Gets the state.
|
long |
getWaitedCount()
Gets the waited count.
|
boolean |
isDeadlocked()
Checks if is deadlocked.
|
boolean |
isInNative()
Checks if is in native.
|
boolean |
isSuspended()
Checks if is suspended.
|
void |
setBlockedCount(long blockedCount)
Sets the blocked count.
|
void |
setDeadlocked(boolean deadlocked)
Sets the deadlocked.
|
void |
setExecutionPoint(ThreadStackElement executionPoint)
Sets the execution point.
|
void |
setId(long id)
Sets the id.
|
void |
setInNative(boolean inNative)
Sets the in native.
|
void |
setLockName(String lockName)
Sets the lock name.
|
void |
setLockOwnerName(String lockOwnerName)
Sets the lock owner name.
|
void |
setName(String name)
Sets the name.
|
void |
setState(String state)
Sets the state.
|
void |
setSuspended(boolean suspended)
Sets the suspended.
|
void |
setWaitedCount(long waitedCount)
Sets the waited count.
|
public long getId()
public void setId(long id)
id - the new idpublic String getName()
public void setName(String name)
name - the new namepublic String getState()
public void setState(String state)
state - the new statepublic boolean isDeadlocked()
public void setDeadlocked(boolean deadlocked)
deadlocked - the new deadlockedpublic boolean isSuspended()
public void setSuspended(boolean suspended)
suspended - the new suspendedpublic boolean isInNative()
public void setInNative(boolean inNative)
inNative - the new in nativepublic String getLockName()
public void setLockName(String lockName)
lockName - the new lock namepublic String getLockOwnerName()
public void setLockOwnerName(String lockOwnerName)
lockOwnerName - the new lock owner namepublic long getWaitedCount()
public void setWaitedCount(long waitedCount)
waitedCount - the new waited countpublic long getBlockedCount()
public void setBlockedCount(long blockedCount)
blockedCount - the new blocked countpublic ThreadStackElement getExecutionPoint()
public void setExecutionPoint(ThreadStackElement executionPoint)
executionPoint - the new execution pointCopyright © 2009–2020 psi-probe. All rights reserved.