org.apache.activemq.console.command
Interface Command

All Known Implementing Classes:
AbstractAmqCommand, AbstractCommand, AbstractJmxCommand, AmqBrowseCommand, BrowseCommand, ListCommand, PurgeCommand, QueryCommand, ShellCommand, ShutdownCommand, StartCommand

public interface Command


Method Summary
 void execute(java.util.List tokens)
          Execute the specified command
 

Method Detail

execute

void execute(java.util.List tokens)
             throws java.lang.Exception
Execute the specified command

Parameters:
tokens - - arguments to the command
Throws:
java.lang.Exception


Copyright © 2010 Apache Software Foundation. All Rights Reserved.