Package org.jboss.as.server
Class DeployerChainAddHandler
java.lang.Object
org.jboss.as.server.DeployerChainAddHandler
- All Implemented Interfaces:
OperationStepHandler
- Author:
- John Bailey
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleOperationDefinitionstatic final DeployerChainAddHandler -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddDeploymentProcessor(String subsystemName, Phase phase, int priority, DeploymentUnitProcessor processor) voidThis is only public so AbstractSubsystemTest can use it; otherwise it would be package-protected.voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
DEFINITION
-
INSTANCE
-
-
Method Details
-
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
-