Class SimpleThreadDump
java.lang.Object
com.atlassian.diagnostics.internal.detail.SimpleThreadDump
- All Implemented Interfaces:
ThreadDump
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleThreadDump(long id, String name, boolean daemon, String state, String stackTrace) SimpleThreadDump(Thread thread, String stackTrace) -
Method Summary
-
Constructor Details
-
SimpleThreadDump
-
SimpleThreadDump
-
-
Method Details
-
equals
-
getId
public long getId()- Specified by:
getIdin interfaceThreadDump
-
getName
- Specified by:
getNamein interfaceThreadDump
-
getState
- Specified by:
getStatein interfaceThreadDump
-
getStackTrace
- Specified by:
getStackTracein interfaceThreadDump
-
hashCode
public int hashCode() -
isDaemon
public boolean isDaemon()- Specified by:
isDaemonin interfaceThreadDump
-
toString
-