Class DeploymentOverlayAdd
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.jboss.as.server.deploymentoverlay.DeploymentOverlayAdd
-
- All Implemented Interfaces:
OperationDescriptor,OperationStepHandler
public class DeploymentOverlayAdd extends AbstractAddStepHandler
- Author:
- Stuart Douglas
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractAddStepHandler
AbstractAddStepHandler.Parameters
-
-
Field Summary
Fields Modifier and Type Field Description static DeploymentOverlayAddINSTANCE-
Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler
attributes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)protected booleanrequiresRuntime(OperationContext context)-
Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler
createResource, createResource, getAttributes, performRuntime, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, rollbackRuntime
-
-
-
-
Field Detail
-
INSTANCE
public static final DeploymentOverlayAdd INSTANCE
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Overrides:
executein classAbstractAddStepHandler- Throws:
OperationFailedException
-
requiresRuntime
protected boolean requiresRuntime(OperationContext context)
- Overrides:
requiresRuntimein classAbstractAddStepHandler
-
-