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 void
execute(List<String> tokens)
Execute the specified commandString
getName()
String
getOneLineDescription()
void
setCommandContext(CommandContext context)
-
-
-
Method Detail
-
getName
String getName()
-
getOneLineDescription
String getOneLineDescription()
-
setCommandContext
void setCommandContext(CommandContext context)
-
-