Class StartCommand

java.lang.Object
org.apache.activemq.console.command.AbstractCommand
org.apache.activemq.console.command.StartCommand
All Implemented Interfaces:
Command

public class StartCommand extends AbstractCommand
  • Field Details

  • Constructor Details

    • StartCommand

      public StartCommand()
  • Method Details

    • getName

      public String getName()
    • getOneLineDescription

      public String getOneLineDescription()
    • runTask

      protected void runTask(List<String> brokerURIs) throws Exception
      The default task to start a broker or a group of brokers
      Specified by:
      runTask in class AbstractCommand
      Parameters:
      brokerURIs -
      Throws:
      Exception
    • printHelp

      protected void printHelp()
      Print the help messages for the browse command
      Specified by:
      printHelp in class AbstractCommand