Package org.jboss.as.server.deployment
Class DeploymentFullReplaceHandler
java.lang.Object
org.jboss.as.server.deployment.DeploymentFullReplaceHandler
- 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
ConstructorsModifierConstructorDescriptionprotectedDeploymentFullReplaceHandler(ContentRepository contentRepository) -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentFullReplaceHandlercreate(ContentRepository contentRepository) voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
OPERATION_NAME
- See Also:
-
contentRepository
-
-
Constructor Details
-
DeploymentFullReplaceHandler
-
-
Method Details
-
create
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-