org.apache.activemq.console.command
Class BstatCommand

java.lang.Object
  extended by org.apache.activemq.console.command.AbstractCommand
      extended by org.apache.activemq.console.command.AbstractJmxCommand
          extended by org.apache.activemq.console.command.QueryCommand
              extended by org.apache.activemq.console.command.BstatCommand
All Implemented Interfaces:
Command

public class BstatCommand
extends QueryCommand


Field Summary
protected  java.lang.String[] helpFile
           
 
Fields inherited from class org.apache.activemq.console.command.AbstractJmxCommand
DEFAULT_JMX_URL
 
Fields inherited from class org.apache.activemq.console.command.AbstractCommand
COMMAND_OPTION_DELIMETER, context
 
Constructor Summary
BstatCommand()
           
 
Method Summary
protected  void printHelp()
          Print the help messages for the browse command
protected  void runTask(java.util.List<java.lang.String> tokens)
          Performs a predefiend query option
 
Methods inherited from class org.apache.activemq.console.command.QueryCommand
handleOption
 
Methods inherited from class org.apache.activemq.console.command.AbstractJmxCommand
closeJmxConnection, createJmxConnection, execute, findJMXUrlByProcessId, getJmxPassword, getJmxServiceUrl, getJmxUser, getJVM, isJmxUseLocal, isSunJVM, setJmxPassword, setJmxServiceUrl, setJmxServiceUrl, setJmxUseLocal, setJmxUser, useJmxServiceUrl
 
Methods inherited from class org.apache.activemq.console.command.AbstractCommand
parseOptions, setCommandContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helpFile

protected java.lang.String[] helpFile
Constructor Detail

BstatCommand

public BstatCommand()
Method Detail

runTask

protected void runTask(java.util.List<java.lang.String> tokens)
                throws java.lang.Exception
Performs a predefiend query option

Overrides:
runTask in class QueryCommand
Parameters:
tokens - - command arguments
Throws:
java.lang.Exception

printHelp

protected void printHelp()
Print the help messages for the browse command

Overrides:
printHelp in class QueryCommand


Copyright © 2005-2015. All Rights Reserved.