Class ActionAbstract

    • Field Detail

      • DEFAULT_BROKER_URL

        public static final java.lang.String DEFAULT_BROKER_URL
        See Also:
        Constant Field Values
      • DEFAULT_BROKER_ACCEPTOR

        public static final java.lang.String DEFAULT_BROKER_ACCEPTOR
        See Also:
        Constant Field Values
      • verbose

        public boolean verbose
    • Constructor Detail

      • ActionAbstract

        public ActionAbstract()
    • Method Detail

      • isVerbose

        public boolean isVerbose()
        Specified by:
        isVerbose in interface Action
      • setHomeValues

        public void setHomeValues​(java.io.File brokerHome,
                                  java.io.File brokerInstance)
        Specified by:
        setHomeValues in interface Action
      • getBrokerInstance

        public java.lang.String getBrokerInstance()
        Specified by:
        getBrokerInstance in interface Action
      • getBrokerURLInstance

        public java.lang.String getBrokerURLInstance​(java.lang.String acceptor)
      • getBrokerConfiguration

        protected org.apache.activemq.artemis.core.config.Configuration getBrokerConfiguration()
                                                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getBrokerEtc

        public java.lang.String getBrokerEtc()
      • getBrokerURIInstance

        public java.net.URI getBrokerURIInstance()
      • getBrokerHome

        public java.lang.String getBrokerHome()
        Specified by:
        getBrokerHome in interface Action
      • execute

        public java.lang.Object execute​(ActionContext context)
                                 throws java.lang.Exception
        Specified by:
        execute in interface Action
        Throws:
        java.lang.Exception