Interface Command
-
- All Known Implementing Classes:
AbstractAmqCommand,AbstractCommand,AbstractJmxCommand,AmqBrowseCommand,BrowseCommand,BstatCommand,ConsumerCommand,CreateCommand,DecryptCommand,DstatCommand,EncryptCommand,ListCommand,ProducerCommand,PurgeCommand,QueryCommand,ShellCommand,ShutdownCommand,StartCommand,StopGracefullyCommand,StoreExportCommand
public interface Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(List<String> tokens)Execute the specified commandStringgetName()StringgetOneLineDescription()voidsetCommandContext(CommandContext context)
-
-
-
Method Detail
-
getName
String getName()
-
getOneLineDescription
String getOneLineDescription()
-
setCommandContext
void setCommandContext(CommandContext context)
-
-