org.jboss.console.twiddle.command
Class QueryCommand

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

public class QueryCommand
extends MBeanServerCommand (src)

Query the server for a list of matching MBeans.


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

QueryCommand

public QueryCommand()
Method Detail

displayHelp

public void displayHelp()

execute

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