Package org.jboss.as.server.deployment
Class DeploymentUndeployHandler
java.lang.Object
org.jboss.as.server.deployment.DeploymentUndeployHandler
- All Implemented Interfaces:
OperationStepHandler
Handles undeployment from the runtime.
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
OPERATION_NAME
- See Also:
-
-
Constructor Details
-
DeploymentUndeployHandler
public DeploymentUndeployHandler()
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-