org.glassfish.fighterfish.test.util
Class JStack

java.lang.Object
  extended by 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

Constructor Summary
JStack()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JStack

public JStack()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.