Package org.jboss.as.server.deployment
Class DeploymentRemoveHandler
- java.lang.Object
-
- org.jboss.as.server.deployment.DeploymentRemoveHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class DeploymentRemoveHandler extends Object implements OperationStepHandler
Handles removal of a deployment from the model.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description DeploymentRemoveHandler(ContentRepository contentRepository)
-
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
-
-
Constructor Detail
-
DeploymentRemoveHandler
public DeploymentRemoveHandler(ContentRepository contentRepository)
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-