java.lang.Object | |
↳ | com.atlassian.jira.web.monitor.dump.ThreadInfos |
Utility methods operating on ThreadInfo instances.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a string representation of the given ThreadInfo instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a string representation of the given ThreadInfo instance. This implementation is copied from toString()
, with the difference that it does not set a limit on the maximum
number of stack frames that will be printed.
thread | a ThreadInfo |
---|