Class DeploymentChainContributingAddStepHandler

java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.clustering.controller.AddStepHandler
org.jboss.as.clustering.controller.DeploymentChainContributingAddStepHandler
All Implemented Interfaces:
Described<AddStepHandlerDescriptor>, DescribedAddStepHandler, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>, org.jboss.as.controller.OperationDescriptor, org.jboss.as.controller.OperationStepHandler

public class DeploymentChainContributingAddStepHandler extends AddStepHandler
Author:
Paul Ferraro
  • Constructor Details

  • Method Details

    • performRuntime

      protected final void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.registry.Resource resource) throws org.jboss.as.controller.OperationFailedException
      Overrides:
      performRuntime in class org.jboss.as.controller.AbstractAddStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException
    • rollbackRuntime

      protected final void rollbackRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.registry.Resource resource)
      Overrides:
      rollbackRuntime in class AddStepHandler