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(List tokens)
          Execute the specified command
 

Method Detail

execute

void execute(List tokens)
             throws Exception
Execute the specified command

Parameters:
tokens - - arguments to the command
Throws:
Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.