Class AbstractDeploymentChainStep

java.lang.Object
org.jboss.as.server.AbstractDeploymentChainStep
All Implemented Interfaces:
OperationStepHandler

public abstract class AbstractDeploymentChainStep extends Object implements OperationStepHandler
A step handler for a deployment chain step which adds a processor to the deployment chain.
Author:
David M. Lloyd
  • Constructor Details

    • AbstractDeploymentChainStep

      public AbstractDeploymentChainStep()
  • Method Details

    • execute

      public final void execute(OperationContext context, org.jboss.dmr.ModelNode operation)
      Specified by:
      execute in interface OperationStepHandler
    • execute

      protected abstract void execute(DeploymentProcessorTarget processorTarget)
      Execute the step, adding deployment processors.
      Parameters:
      processorTarget - the processor target