Class DeploymentChainStep

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

public class DeploymentChainStep extends org.jboss.as.server.AbstractDeploymentChainStep
Deployment chain step that delegates to a DeploymentProcessorTarget consumer.
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    DeploymentChainStep(Consumer<org.jboss.as.server.DeploymentProcessorTarget> deploymentChainContributor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    execute(org.jboss.as.server.DeploymentProcessorTarget target)
     

    Methods inherited from class org.jboss.as.server.AbstractDeploymentChainStep

    execute

    Methods inherited from class java.lang.Object

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

    • DeploymentChainStep

      public DeploymentChainStep(Consumer<org.jboss.as.server.DeploymentProcessorTarget> deploymentChainContributor)
  • Method Details

    • execute

      protected void execute(org.jboss.as.server.DeploymentProcessorTarget target)
      Specified by:
      execute in class org.jboss.as.server.AbstractDeploymentChainStep