com.caucho.admin.thread
Class ThreadSnapshot

java.lang.Object
  extended by com.caucho.admin.thread.ThreadSnapshot

public class ThreadSnapshot
extends java.lang.Object


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

Constructor Detail

ThreadSnapshot

public ThreadSnapshot(java.lang.management.ThreadInfo threadInfo)
Method Detail

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()