org.glassfish.fighterfish.test.util
Class JStack
java.lang.Object
org.glassfish.fighterfish.test.util.JStack
public class JStack
- extends java.lang.Object
This object represents the current stack traces of all threads in the system - very much similar to
the output of jstack command line tool. Its toString() returns the stack traces of all the threads
by calling underlying ThreadMXBean.
- Author:
- Sanjeeb.Sahoo@Sun.COM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JStack
public JStack()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.OutputStream out)
main
public static void main(java.lang.String[] args)
Copyright © 2013. All Rights Reserved.