org.apache.activemq.console.command
Class BstatCommand
java.lang.Object
org.apache.activemq.console.command.AbstractCommand
org.apache.activemq.console.command.AbstractJmxCommand
org.apache.activemq.console.command.QueryCommand
org.apache.activemq.console.command.BstatCommand
- All Implemented Interfaces:
- Command
public class BstatCommand
- extends QueryCommand
Method Summary |
protected void |
printHelp()
Print the help messages for the browse command |
protected void |
runTask(List<String> tokens)
Performs a predefiend query option |
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
BstatCommand
public BstatCommand()
runTask
protected void runTask(List<String> tokens)
throws Exception
- Performs a predefiend query option
- Overrides:
runTask
in class QueryCommand
- Parameters:
tokens
- - command arguments
- Throws:
Exception
printHelp
protected void printHelp()
- Print the help messages for the browse command
- Overrides:
printHelp
in class QueryCommand
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.