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
ConstructorsConstructorDescriptionDeploymentChainStep(Consumer<org.jboss.as.server.DeploymentProcessorTarget> deploymentChainContributor) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(org.jboss.as.server.DeploymentProcessorTarget target) Methods inherited from class org.jboss.as.server.AbstractDeploymentChainStep
execute
-
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:
executein classorg.jboss.as.server.AbstractDeploymentChainStep
-