org.jboss.console.twiddle.command
Class CreateCommand

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

public class CreateCommand
extends MBeanServerCommand (src)

Create an MBean.


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

CreateCommand

public CreateCommand()
Method Detail

displayHelp

public void displayHelp()

execute

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