public class DeployerChainAddHandler extends Object implements OperationStepHandler
| Modifier and Type | Field and Description |
|---|---|
static SimpleOperationDefinition |
DEFINITION |
static DeployerChainAddHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDeploymentProcessor(String subsystemName,
Phase phase,
int priority,
DeploymentUnitProcessor processor) |
void |
clearDeployerMap()
This is only public so AbstractSubsystemTest can use it; otherwise it would be package-protected.
|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
public static final SimpleOperationDefinition DEFINITION
public static final DeployerChainAddHandler INSTANCE
public static void addDeploymentProcessor(String subsystemName, Phase phase, int priority, DeploymentUnitProcessor processor)
public void clearDeployerMap()
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.