org.apache.activemq.console.command
Class PurgeCommand
java.lang.Object
org.apache.activemq.console.command.AbstractCommand
org.apache.activemq.console.command.AbstractJmxCommand
org.apache.activemq.console.command.PurgeCommand
- All Implemented Interfaces:
- Command
public class PurgeCommand
- extends AbstractJmxCommand
Field Summary |
protected java.lang.String[] |
helpFile
|
Method Summary |
protected void |
handleOption(java.lang.String token,
java.util.List tokens)
Handle the --msgsel, --xmsgsel. |
protected void |
printHelp()
Print the help messages for the browse command |
void |
purgeMessages(javax.management.ObjectName queue,
java.util.List messages)
Purge selected messages in the queue |
void |
purgeQueue(javax.management.ObjectName queue)
Purge all the messages in the queue |
protected void |
runTask(java.util.List tokens)
Execute the purge command, which allows you to purge 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 |
helpFile
protected java.lang.String[] helpFile
PurgeCommand
public PurgeCommand()
runTask
protected void runTask(java.util.List tokens)
throws java.lang.Exception
- Execute the purge command, which allows you to purge the messages in a given JMS destination
- Specified by:
runTask
in class AbstractCommand
- Parameters:
tokens
- - command arguments
- Throws:
java.lang.Exception
purgeQueue
public void purgeQueue(javax.management.ObjectName queue)
throws java.lang.Exception
- Purge all the messages in the queue
- Parameters:
queue
- - ObjectName of the queue to purge
- Throws:
java.lang.Exception
purgeMessages
public void purgeMessages(javax.management.ObjectName queue,
java.util.List messages)
throws java.lang.Exception
- Purge selected messages in the queue
- Parameters:
queue
- - ObjectName of the queue to purge the messages frommessages
- - List of messages to purge
- Throws:
java.lang.Exception
handleOption
protected void handleOption(java.lang.String token,
java.util.List tokens)
throws java.lang.Exception
- Handle the --msgsel, --xmsgsel.
- Overrides:
handleOption
in class AbstractJmxCommand
- Parameters:
token
- - option token to handletokens
- - succeeding command arguments
- Throws:
java.lang.Exception
printHelp
protected void printHelp()
- Print the help messages for the browse command
- Specified by:
printHelp
in class AbstractCommand
Copyright © 2009 Apache Software Foundation. All Rights Reserved.