com.caucho.admin.thread
Class ThreadSnapshot
java.lang.Object
com.caucho.admin.thread.ThreadSnapshot
public class ThreadSnapshot
- extends java.lang.Object
Constructor Summary |
ThreadSnapshot(java.lang.management.ThreadInfo threadInfo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadSnapshot
public ThreadSnapshot(java.lang.management.ThreadInfo threadInfo)
getCode
public char getCode()
setCode
public void setCode(char code)
getThreadInfo
public java.lang.management.ThreadInfo getThreadInfo()
setConnectionInfo
public void setConnectionInfo(TcpConnectionInfo connectionInfo)
getConnectionInfo
public TcpConnectionInfo getConnectionInfo()
getId
public long getId()
getState
public java.lang.Thread.State getState()
getStackElements
public java.lang.StackTraceElement[] getStackElements()
getPort
public java.lang.String getPort()