com.caucho.server.admin
Class ThreadDumpQuery

java.lang.Object
  extended by com.caucho.server.admin.ThreadDumpQuery
All Implemented Interfaces:
java.io.Serializable

public class ThreadDumpQuery
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

ThreadDumpQuery

public ThreadDumpQuery()

ThreadDumpQuery

public ThreadDumpQuery(boolean json)
Method Detail

isJson

public boolean isJson()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object