Package org.jboss.console.twiddle.command

Interface Summary
Command (src) ???
CommandContext (src) ???
 

Class Summary
AbstractCommand (src) An abstract command.
CreateCommand (src) Create an MBean.
GetCommand (src) Get the values of one or more MBean attributes.
InfoCommand (src) Query the MBeanInfo for an MBean
InvokeCommand (src) Invoke an operation on an MBean.
MBeanOp (src) A representation of an mbean operation that compares ops based on the name and the operation parameters.
MBeanServerCommand (src) An abstract command to opperate on an MBeanServer.
OpCountComparator (src) A comparator that compares ops based on name and argument count.
QueryCommand (src) Query the server for a list of matching MBeans.
ServerInfoCommand (src) Get information about the server.
SetAttrsCommand (src) Sets one or more attributes in an MBean
SetCommand (src) Set the values of one MBean attribute.
UnregisterCommand (src) Unregister one or more MBeans.
 

Exception Summary
CommandException (src) A command exception.
NoSuchCommandException (src) Throw to indicate that a requested command does not exist.