Package org.jboss.as.server.deployment
Class DeploymentReplaceHandler
java.lang.Object
org.jboss.as.server.deployment.DeploymentReplaceHandler
- All Implemented Interfaces:
OperationStepHandler
Handles replacement in the runtime of one deployment by another.
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeploymentReplaceHandler(ContentRepository contentRepository) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddFromHash(ContentReference reference) static DeploymentReplaceHandlercreate(ContentRepository contentRepository) voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
OPERATION_NAME
- See Also:
-
-
Constructor Details
-
DeploymentReplaceHandler
-
-
Method Details
-
create
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
addFromHash
- Throws:
OperationFailedException
-