Class Configurable

java.lang.Object
org.apache.activemq.artemis.cli.commands.ActionAbstract
org.apache.activemq.artemis.cli.commands.Configurable
All Implemented Interfaces:
Runnable, Action
Direct Known Subclasses:
DataAbstract, Kill, Stop

public abstract class Configurable extends ActionAbstract
Abstract class where we can replace the configuration in various places
  • Constructor Details

    • Configurable

      public Configurable()
  • Method Details

    • treatError

      protected void treatError(Exception e, String group, String command)
    • getFileConfiguration

      protected org.apache.activemq.artemis.core.config.impl.FileConfiguration getFileConfiguration() throws Exception
      Throws:
      Exception
    • readConfiguration

      protected org.apache.activemq.artemis.core.config.impl.FileConfiguration readConfiguration() throws Exception
      Throws:
      Exception
    • getBrokerDTO

      protected BrokerDTO getBrokerDTO() throws Exception
      Throws:
      Exception
    • getManagementDTO

      protected ManagementContextDTO getManagementDTO() throws Exception
      Throws:
      Exception
    • getConfiguration

      protected String getConfiguration()
    • getManagementConfiguration

      protected String getManagementConfiguration()