public abstract class DeploymentRemoveHandler extends Object implements OperationStepHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_NAME |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCanRemove(OperationContext context,
org.jboss.dmr.ModelNode operation) |
static DeploymentRemoveHandler |
createForMaster(ContentRepository contentRepository) |
static DeploymentRemoveHandler |
createForSlave(DeploymentFileRepository fileRepository,
ContentRepository contentRepository) |
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
public static final String OPERATION_NAME
public static DeploymentRemoveHandler createForSlave(DeploymentFileRepository fileRepository, ContentRepository contentRepository)
public static DeploymentRemoveHandler createForMaster(ContentRepository contentRepository)
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionprotected void checkCanRemove(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
OperationFailedExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.