org.apache.activemq.console.command
Class AmqBrowseCommand
java.lang.Object
org.apache.activemq.console.command.AbstractCommand
org.apache.activemq.console.command.AbstractAmqCommand
org.apache.activemq.console.command.AmqBrowseCommand
- All Implemented Interfaces:
- Command
public class AmqBrowseCommand
- extends AbstractAmqCommand
Method Summary |
protected void |
handleOption(String token,
List tokens)
Handle the --msgsel, --xmsgsel, --view, -V options. |
protected void |
printHelp()
Print the help messages for the browse command |
protected void |
runTask(List tokens)
Execute the browse command, which allows you to browse the messages in a given JMS destination |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUEUE_PREFIX
public static final String QUEUE_PREFIX
- See Also:
- Constant Field Values
TOPIC_PREFIX
public static final String TOPIC_PREFIX
- See Also:
- Constant Field Values
VIEW_GROUP_HEADER
public static final String VIEW_GROUP_HEADER
- See Also:
- Constant Field Values
VIEW_GROUP_CUSTOM
public static final String VIEW_GROUP_CUSTOM
- See Also:
- Constant Field Values
VIEW_GROUP_BODY
public static final String VIEW_GROUP_BODY
- See Also:
- Constant Field Values
helpFile
protected String[] helpFile
AmqBrowseCommand
public AmqBrowseCommand()
runTask
protected void runTask(List tokens)
throws Exception
- Execute the browse command, which allows you to browse the messages in a given JMS destination
- Specified by:
runTask
in class AbstractCommand
- Parameters:
tokens
- - command arguments
- Throws:
Exception
handleOption
protected void handleOption(String token,
List tokens)
throws Exception
- Handle the --msgsel, --xmsgsel, --view, -V options.
- Overrides:
handleOption
in class AbstractAmqCommand
- Parameters:
token
- - option token to handletokens
- - succeeding command arguments
- Throws:
Exception
printHelp
protected void printHelp()
- Print the help messages for the browse command
- Specified by:
printHelp
in class AbstractCommand
Copyright © 2011 Apache Software Foundation. All Rights Reserved.