org.jboss.console.twiddle.command
Class SetCommand

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

public class SetCommand
extends MBeanServerCommand (src)

Set the values of one MBean attribute.


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

SetCommand

public SetCommand()
Method Detail

displayHelp

public void displayHelp()

execute

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