Class DeploymentOverlayRedeployLinksHandler
java.lang.Object
org.jboss.as.server.deploymentoverlay.DeploymentOverlayRedeployLinksHandler
- All Implemented Interfaces:
OperationStepHandler
Handler that will redeploy the deployments linked to an overlay.
- Author:
- Emmanuel Hugonnet (c) 2017 Red Hat, inc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
REDEPLOY_LINKS_DEFINITION
-
-
Constructor Details
-
DeploymentOverlayRedeployLinksHandler
public DeploymentOverlayRedeployLinksHandler()
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-