org.apache.activemq.store.amq
Class AMQJournalToolCommand
java.lang.Object
org.apache.activemq.store.amq.AMQJournalToolCommand
- All Implemented Interfaces:
- Command
public class AMQJournalToolCommand
- extends Object
- implements Command
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMQJournalToolCommand
public AMQJournalToolCommand()
getName
public String getName()
- Specified by:
getName in interface Command
getOneLineDescription
public String getOneLineDescription()
- Specified by:
getOneLineDescription in interface Command
execute
public void execute(List<String> tokens)
throws Exception
- Description copied from interface:
Command
- Execute the specified command
- Specified by:
execute in interface Command
- Parameters:
tokens - - arguments to the command
- Throws:
Exception
setCommandContext
public void setCommandContext(CommandContext context)
- Specified by:
setCommandContext in interface Command
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.