Package org.jboss.as.server
Class AbstractDeploymentChainStep
java.lang.Object
org.jboss.as.server.AbstractDeploymentChainStep
- All Implemented Interfaces:
OperationStepHandler
A step handler for a deployment chain step which adds a processor to the deployment chain.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation) protected abstract voidexecute(DeploymentProcessorTarget processorTarget) Execute the step, adding deployment processors.
-
Constructor Details
-
AbstractDeploymentChainStep
public AbstractDeploymentChainStep()
-
-
Method Details
-
execute
- Specified by:
executein interfaceOperationStepHandler
-
execute
Execute the step, adding deployment processors.- Parameters:
processorTarget- the processor target
-