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.AbstractDeploymentChainStepDeployment chain step that delegates to aDeploymentProcessorTargetconsumer.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DeploymentChainStep(Consumer<org.jboss.as.server.DeploymentProcessorTarget> deploymentChainContributor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute(org.jboss.as.server.DeploymentProcessorTarget target)
-
-
-
Constructor Detail
-
DeploymentChainStep
public DeploymentChainStep(Consumer<org.jboss.as.server.DeploymentProcessorTarget> deploymentChainContributor)
-
-