public class ThreadInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
com.sun.jdi.StackFrame |
getFrame(int index) |
int |
getFrameCount() |
int |
getStatus() |
java.lang.Object |
getUserObject() |
void |
setUserObject(java.lang.Object obj) |
com.sun.jdi.ThreadReference |
thread() |
public com.sun.jdi.ThreadReference thread()
public int getStatus()
throws VMNotInterruptedException
VMNotInterruptedException
public int getFrameCount()
throws VMNotInterruptedException
VMNotInterruptedException
public com.sun.jdi.StackFrame getFrame(int index)
throws VMNotInterruptedException
VMNotInterruptedExceptionpublic java.lang.Object getUserObject()
public void setUserObject(java.lang.Object obj)