org.jboss.console.twiddle.command
Class SetCommand

java.lang.Object
  extended by org.jboss.console.twiddle.command.AbstractCommand
      extended by org.jboss.console.twiddle.command.MBeanServerCommand
          extended by org.jboss.console.twiddle.command.SetCommand
All Implemented Interfaces:
Cloneable, Command

public class SetCommand
extends MBeanServerCommand

Set the values of one MBean attribute.

Version:
$Revision: 1.5.6.1 $
Author:
heiko.rupp@cellent.de

Field Summary
 
Fields inherited from class org.jboss.console.twiddle.command.AbstractCommand
context, desc, log, name
 
Constructor Summary
SetCommand()
           
 
Method Summary
 void displayHelp()
           
 void execute(String[] args)
           
 
Methods inherited from class org.jboss.console.twiddle.command.MBeanServerCommand
createObjectName, getMBeanServer, queryMBeans
 
Methods inherited from class org.jboss.console.twiddle.command.AbstractCommand
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(String[] args)
             throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.