public class ThreadInfoAO extends Object implements Serializable
| Constructor and Description |
|---|
ThreadInfoAO(ThreadInfo jmxInfo) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockedCount() |
long |
getBlockedTime() |
String |
getLockName() |
long |
getLockOwnerId() |
String |
getLockOwnerName() |
StackTraceElement[] |
getStackTrace() |
long |
getThreadId() |
String |
getThreadName() |
Thread.State |
getThreadState() |
long |
getWaitedCount() |
long |
getWaitedTime() |
boolean |
isInNative() |
boolean |
isSuspended() |
void |
setBlockedCount(long blockedCount) |
void |
setBlockedTime(long blockedTime) |
void |
setInNative(boolean inNative) |
void |
setLockName(String lockName) |
void |
setLockOwnerId(long lockOwnerId) |
void |
setLockOwnerName(String lockOwnerName) |
void |
setStackTrace(StackTraceElement[] stackTrace) |
void |
setSuspended(boolean suspended) |
void |
setThreadId(long threadId) |
void |
setThreadName(String threadName) |
void |
setThreadState(Thread.State threadState) |
void |
setWaitedCount(long waitedCount) |
void |
setWaitedTime(long waitedTime) |
public ThreadInfoAO(ThreadInfo jmxInfo)
public long getThreadId()
public void setThreadId(long threadId)
public String getThreadName()
public void setThreadName(String threadName)
public Thread.State getThreadState()
public void setThreadState(Thread.State threadState)
public boolean isInNative()
public void setInNative(boolean inNative)
public boolean isSuspended()
public void setSuspended(boolean suspended)
public String getLockName()
public void setLockName(String lockName)
public long getLockOwnerId()
public void setLockOwnerId(long lockOwnerId)
public String getLockOwnerName()
public void setLockOwnerName(String lockOwnerName)
public long getBlockedCount()
public void setBlockedCount(long blockedCount)
public long getBlockedTime()
public void setBlockedTime(long blockedTime)
public long getWaitedCount()
public void setWaitedCount(long waitedCount)
public long getWaitedTime()
public void setWaitedTime(long waitedTime)
public StackTraceElement[] getStackTrace()
public void setStackTrace(StackTraceElement[] stackTrace)
Copyright © 2010-2015 anotheria.net. All Rights Reserved.