Package org.jboss.as.server
Class DeployerChainAddHandler
- java.lang.Object
-
- org.jboss.as.server.DeployerChainAddHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class DeployerChainAddHandler extends Object implements OperationStepHandler
- Author:
- John Bailey
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleOperationDefinitionDEFINITIONstatic DeployerChainAddHandlerINSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddDeploymentProcessor(String subsystemName, Phase phase, int priority, DeploymentUnitProcessor processor)voidclearDeployerMap()This is only public so AbstractSubsystemTest can use it; otherwise it would be package-protected.voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
DEFINITION
public static final SimpleOperationDefinition DEFINITION
-
INSTANCE
public static final DeployerChainAddHandler INSTANCE
-
-
Method Detail
-
addDeploymentProcessor
public static void addDeploymentProcessor(String subsystemName, Phase phase, int priority, DeploymentUnitProcessor processor)
-
clearDeployerMap
public void clearDeployerMap()
This is only public so AbstractSubsystemTest can use it; otherwise it would be package-protected.
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-