org.jboss.console.twiddle.command
Class InfoCommand

java.lang.Object
  extended byorg.jboss.console.twiddle.command.AbstractCommand (src) 
      extended byorg.jboss.console.twiddle.command.MBeanServerCommand (src) 
          extended byorg.jboss.console.twiddle.command.InfoCommand
All Implemented Interfaces:
java.lang.Cloneable, Command (src)

public class InfoCommand
extends MBeanServerCommand (src)

Query the MBeanInfo for an MBean


Field Summary
 
Fields inherited from class org.jboss.console.twiddle.command.AbstractCommand (src)
context, desc, log, name
 
Constructor Summary
InfoCommand()
           
 
Method Summary
 void displayHelp()
           
 void execute(java.lang.String[] args)
           
 
Methods inherited from class org.jboss.console.twiddle.command.MBeanServerCommand (src)
createObjectName, getMBeanServer, queryMBeans
 
Methods inherited from class org.jboss.console.twiddle.command.AbstractCommand (src)
clone, getDescription, getName, setCommandContext, unsetCommandContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoCommand

public InfoCommand()
Method Detail

displayHelp

public void displayHelp()

execute

public void execute(java.lang.String[] args)
             throws java.lang.Exception
Throws:
java.lang.Exception