org.jboss.console.twiddle.command
Class GetCommand

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.GetCommand
All Implemented Interfaces:
java.lang.Cloneable, Command (src)

public class GetCommand
extends MBeanServerCommand (src)

Get the values of one or more MBean attributes.


Field Summary
 
Fields inherited from class org.jboss.console.twiddle.command.AbstractCommand (src)
context, desc, log, name
 
Constructor Summary
GetCommand()
           
 
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

GetCommand

public GetCommand()
Method Detail

displayHelp

public void displayHelp()

execute

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