Class AbstractArtemisActionHandler

java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.wildfly.extension.messaging.activemq.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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    checkAllowedOnJournal(org.jboss.as.controller.OperationContext context, String operationName)
     
    protected Path
    getServerTempDir(org.jboss.as.controller.OperationContext context)
     
    protected File
    resolveFile(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.PathElement pathElement)
     
    protected String
    resolvePath(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.PathElement pathElement)
     

    Methods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler

    execute, executeRuntimeStep, requiresRuntime, resourceMustExist

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractArtemisActionHandler

      public AbstractArtemisActionHandler()
  • Method Details

    • 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