Package com.atlassian.diagnostics.detail
Interface ThreadDump
public interface ThreadDump
-
Method Details
-
getId
long getId()- Returns:
- the thread ID
-
getName
- Returns:
- the thread name
-
getState
- Returns:
- the thread state when the thread dump was taken
-
getStackTrace
- Returns:
- the thread stack trace as a simple string, if one was collected when the thread dump was taken
-
isDaemon
boolean isDaemon()- Returns:
- whether the thread is a daemon thread
-