Package org.jboss.as.server.deployment
Class DeploymentRedeployHandler
- java.lang.Object
-
- org.jboss.as.server.deployment.DeploymentRedeployHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class DeploymentRedeployHandler extends Object implements OperationStepHandler
Handles redeployment in the runtime.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description DeploymentRedeployHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-