org.ow2.jasmine.monitoring.mbeancmd.commands
Class Dump

java.lang.Object
  extended byorg.ow2.jasmine.monitoring.mbeancmd.AbstractCommand
      extended byorg.ow2.jasmine.monitoring.mbeancmd.commands.Dump
All Implemented Interfaces:
Command

public class Dump
extends AbstractCommand

Command that dumps thread information on a given J2EE server.


Field Summary
 
Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.AbstractCommand
arguments, name, simpleDateFormat
 
Constructor Summary
Dump()
           
 
Method Summary
 int exec()
          Implementation of inherited abstract method.
 java.lang.String summary()
          Implementation of inherited abstract method.
 
Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.AbstractCommand
getHelpDoc, getName, help, setArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dump

public Dump()
Method Detail

exec

public int exec()
Implementation of inherited abstract method.

Specified by:
exec in interface Command
Specified by:
exec in class AbstractCommand
See Also:
AbstractCommand.exec()

summary

public java.lang.String summary()
Implementation of inherited abstract method.

Specified by:
summary in interface Command
Specified by:
summary in class AbstractCommand
See Also:
AbstractCommand.summary()