Class AbstractVertxOptionsResourceDefinition.VertxOptionRemoveHandler

java.lang.Object
org.jboss.as.controller.AbstractRemoveStepHandler
org.wildfly.extension.vertx.AbstractVertxOptionRemoveHandler
org.wildfly.extension.vertx.AbstractVertxOptionsResourceDefinition.VertxOptionRemoveHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
Enclosing class:
AbstractVertxOptionsResourceDefinition

protected static class AbstractVertxOptionsResourceDefinition.VertxOptionRemoveHandler extends AbstractVertxOptionRemoveHandler
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doPerform(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
     
    protected boolean
    isOptionUsedInRuntime(org.jboss.as.controller.OperationContext context)
     

    Methods inherited from class org.wildfly.extension.vertx.AbstractVertxOptionRemoveHandler

    performRuntime

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

    execute, performRemove, recordCapabilitiesAndRequirements, recoverServices, removeChildRecursively, requiresRuntime

    Methods inherited from class java.lang.Object

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

    • VertxOptionRemoveHandler

      protected VertxOptionRemoveHandler()
  • Method Details

    • doPerform

      protected void doPerform(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Overrides:
      doPerform in class AbstractVertxOptionRemoveHandler
      Throws:
      org.jboss.as.controller.OperationFailedException
    • isOptionUsedInRuntime

      protected boolean isOptionUsedInRuntime(org.jboss.as.controller.OperationContext context)
      Specified by:
      isOptionUsedInRuntime in class AbstractVertxOptionRemoveHandler