Class AbstractArtemisActionHandler

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationStepHandler
    Direct Known Subclasses:
    ExportJournalOperation, ImportJournalOperation, PrintDataOperation

    public abstract class AbstractArtemisActionHandler
    extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
    Author:
    Emmanuel Hugonnet (c) 2020 Red Hat, Inc.
    • Constructor Detail

      • AbstractArtemisActionHandler

        public AbstractArtemisActionHandler()
    • Method Detail

      • resolvePath

        protected String resolvePath​(org.jboss.as.controller.OperationContext context,
                                     org.jboss.as.controller.PathElement pathElement)
                              throws org.jboss.as.controller.OperationFailedException
        Throws:
        org.jboss.as.controller.OperationFailedException
      • getServerTempDir

        protected Path getServerTempDir​(org.jboss.as.controller.OperationContext context)
      • resolveFile

        protected File resolveFile​(org.jboss.as.controller.OperationContext context,
                                   org.jboss.as.controller.PathElement pathElement)
                            throws org.jboss.as.controller.OperationFailedException
        Throws:
        org.jboss.as.controller.OperationFailedException
      • checkAllowedOnJournal

        protected void checkAllowedOnJournal​(org.jboss.as.controller.OperationContext context,
                                             String operationName)
                                      throws org.jboss.as.controller.OperationFailedException
        Throws:
        org.jboss.as.controller.OperationFailedException