com.atlassian.jira.web.monitor.dump
Class ThreadInfos

java.lang.Object
  extended by com.atlassian.jira.web.monitor.dump.ThreadInfos

public class ThreadInfos
extends Object

Utility methods operating on ThreadInfo instances.

Since:
v4.3

Method Summary
static String toString(ThreadInfo thread)
          Returns a string representation of the given ThreadInfo instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static String toString(ThreadInfo thread)
Returns a string representation of the given ThreadInfo instance. This implementation is copied from ThreadInfo.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:
ThreadInfo.toString()


Copyright © 2002-2012 Atlassian. All Rights Reserved.