org.glassfish.fighterfish.test.util
Class JStack
java.lang.Object
org.glassfish.fighterfish.test.util.JStack
public class JStack
- extends 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
JStack
public JStack()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.