org.apache.qpid
Class CommandExecutionEngine

java.lang.Object
  extended by org.apache.qpid.CommandExecutionEngine

public class CommandExecutionEngine
extends Object


Constructor Summary
CommandExecutionEngine(JMXinfo info)
           
 
Method Summary
static void addCommand(String name, Class<? extends Command> newCommand)
           
 boolean CommandSelector()
           
static Map<String,Class<? extends Command>> getCommands()
           
 void runcommand()
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExecutionEngine

public CommandExecutionEngine(JMXinfo info)
Method Detail

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