Package org.jboss.as.server.deployment
Class DeploymentStatusHandler
- java.lang.Object
-
- org.jboss.as.server.deployment.DeploymentStatusHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class DeploymentStatusHandler extends Object implements OperationStepHandler
- Author:
- Jason T. Greene
-
-
Field Summary
Fields Modifier and Type Field Description static OperationStepHandlerINSTANCE
-
Constructor Summary
Constructors Constructor Description DeploymentStatusHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
INSTANCE
public static final OperationStepHandler INSTANCE
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-