Class DeploymentOverlayRedeployLinksHandler
- java.lang.Object
-
- org.jboss.as.server.deploymentoverlay.DeploymentOverlayRedeployLinksHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class DeploymentOverlayRedeployLinksHandler extends Object implements OperationStepHandler
Handler that will redeploy the deployments linked to an overlay.- Author:
- Emmanuel Hugonnet (c) 2017 Red Hat, inc.
-
-
Field Summary
Fields Modifier and Type Field Description static OperationDefinitionREDEPLOY_LINKS_DEFINITION
-
Constructor Summary
Constructors Constructor Description DeploymentOverlayRedeployLinksHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
REDEPLOY_LINKS_DEFINITION
public static final OperationDefinition REDEPLOY_LINKS_DEFINITION
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-