Class Configurable

  • All Implemented Interfaces:
    Action
    Direct Known Subclasses:
    DataAbstract, Kill, Stop

    public abstract class Configurable
    extends ActionAbstract
    Abstract class where we can replace the configuration in various places *
    • Field Detail

      • global

        @Inject
        public io.airlift.airline.model.GlobalMetadata global
    • Constructor Detail

      • Configurable

        public Configurable()
    • Method Detail

      • treatError

        protected void treatError​(java.lang.Exception e,
                                  java.lang.String group,
                                  java.lang.String command)
      • helpGroup

        protected void helpGroup​(java.lang.String groupName,
                                 java.lang.String commandName)
      • getFileConfiguration

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

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

        protected org.apache.activemq.artemis.dto.BrokerDTO getBrokerDTO()
                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getManagementDTO

        protected org.apache.activemq.artemis.dto.ManagementContextDTO getManagementDTO()
                                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getConfiguration

        protected java.lang.String getConfiguration()
      • getManagementConfiguration

        protected java.lang.String getManagementConfiguration()