public class SystemPropertyRemoveHandler extends Object implements OperationStepHandler
| Modifier and Type | Field and Description |
|---|---|
static SystemPropertyRemoveHandler |
INSTANCE |
static String |
OPERATION_NAME |
| Constructor and Description |
|---|
SystemPropertyRemoveHandler(ProcessEnvironmentSystemPropertyUpdater systemPropertyUpdater)
Create the SystemPropertyRemoveHandler
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
static org.jboss.dmr.ModelNode |
getOperation(org.jboss.dmr.ModelNode address,
String name) |
public static final String OPERATION_NAME
public static final SystemPropertyRemoveHandler INSTANCE
public SystemPropertyRemoveHandler(ProcessEnvironmentSystemPropertyUpdater systemPropertyUpdater)
systemPropertyUpdater - the process environment to use to validate changes. May be nullpublic static org.jboss.dmr.ModelNode getOperation(org.jboss.dmr.ModelNode address,
String name)
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.