Class StartCommand
java.lang.Object
org.apache.activemq.console.command.AbstractCommand
org.apache.activemq.console.command.StartCommand
- All Implemented Interfaces:
Command
-
Field Summary
FieldsFields inherited from class org.apache.activemq.console.command.AbstractCommand
COMMAND_OPTION_DELIMETER, context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.activemq.console.command.AbstractCommand
execute, handleException, handleOption, parseOptions, printHelpFromFile, setCommandContext
-
Field Details
-
DEFAULT_CONFIG_URI
- See Also:
-
helpFile
-
-
Constructor Details
-
StartCommand
public StartCommand()
-
-
Method Details
-
getName
-
getOneLineDescription
-
runTask
The default task to start a broker or a group of brokers- Specified by:
runTaskin classAbstractCommand- Parameters:
brokerURIs-- Throws:
Exception
-
printHelp
protected void printHelp()Print the help messages for the browse command- Specified by:
printHelpin classAbstractCommand
-