org.jboss.console.twiddle.command
Class XMBeanCommand

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.XMBeanCommand
All Implemented Interfaces:
Cloneable, Command

public class XMBeanCommand
extends MBeanServerCommand

Command to print out mbean metadata as an xmbean descriptor. The idea is to redirect and use the output as the skeleton for writing an xmbean descriptor for an existing mbean, since this can be very tedious to write by hand.

Version:
$Revision: 57191 $
Author:
Dimitris Andreadis

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

XMBeanCommand

public XMBeanCommand()
Default CTOR

Method Detail

displayHelp

public void displayHelp()

execute

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


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