public class

ThreadInfos

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.monitor.dump.ThreadInfos

Class Overview

Utility methods operating on ThreadInfo instances.

Summary

Public Methods
static String toString(ThreadInfo thread)
Returns a string representation of the given ThreadInfo instance.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String toString (ThreadInfo thread)

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.

Parameters
thread a ThreadInfo
Returns
  • a String representation of the ThreadInfo
See Also