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  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 runTask(List<String> tokens)
          Performs a predefiend query option
 
Methods inherited from class org.apache.activemq.console.command.QueryCommand
handleOption, printHelp
 
Methods inherited from class org.apache.activemq.console.command.AbstractJmxCommand
closeJmxConnector, createJmxConnector, getJmxServiceUrl, setJmxServiceUrl, setJmxServiceUrl, useJmxServiceUrl
 
Methods inherited from class org.apache.activemq.console.command.AbstractCommand
execute, parseOptions, setCommandContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helpFile

protected String[] helpFile
Constructor Detail

BstatCommand

public BstatCommand()
Method Detail

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


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.