org.apache.qpid
Class CommandExecutionEngine
java.lang.Object
org.apache.qpid.CommandExecutionEngine
public class CommandExecutionEngine
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandExecutionEngine
public CommandExecutionEngine(JMXinfo info)
CommandSelector
public boolean CommandSelector()
throws Exception
- Throws:
Exception
addCommand
public static void addCommand(String name,
Class<? extends Command> newCommand)
getCommands
public static Map<String,Class<? extends Command>> getCommands()
runcommand
public void runcommand()
usage
public void usage()
Licensed to the Apache Software Foundation