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
Methods inherited from class org.apache.activemq.console.command.AbstractJmxCommand |
closeJmxConnection, createJmxConnection, execute, getJmxPassword, getJmxServiceUrl, getJmxUser, getJVM, isJmxUseLocal, isSunJVM, setJmxPassword, setJmxServiceUrl, setJmxServiceUrl, setJmxUseLocal, setJmxUser, useJmxServiceUrl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
helpFile
protected String[] helpFile
PurgeCommand
public PurgeCommand()
runTask
protected void runTask(List<String> tokens)
throws 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:
Exception
purgeQueue
public void purgeQueue(ObjectName queue)
throws Exception
- Purge all the messages in the queue
- Parameters:
queue
- - ObjectName of the queue to purge
- Throws:
Exception
purgeMessages
public void purgeMessages(ObjectName queue,
List messages)
throws Exception
- Purge selected messages in the queue
- Parameters:
queue
- - ObjectName of the queue to purge the messages frommessages
- - List of messages to purge
- Throws:
Exception
handleOption
protected void handleOption(String token,
List<String> tokens)
throws Exception
- Handle the --msgsel, --xmsgsel.
- Overrides:
handleOption
in class AbstractJmxCommand
- 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 © 2005-2011 Apache Software Foundation. All Rights Reserved.