public abstract static class LoggingOperations.LoggingRemoveOperationStepHandler extends Object
| Constructor and Description |
|---|
LoggingRemoveOperationStepHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation,
String name,
org.jboss.logmanager.config.LogContextConfiguration logContextConfiguration) |
protected abstract void |
performRemove(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.logmanager.config.LogContextConfiguration logContextConfiguration,
String name,
org.jboss.dmr.ModelNode model)
Performs the actual remove from the configuration.
|
public final void execute(OperationContext context, org.jboss.dmr.ModelNode operation, String name, org.jboss.logmanager.config.LogContextConfiguration logContextConfiguration) throws OperationFailedException
OperationFailedExceptionprotected abstract void performRemove(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.logmanager.config.LogContextConfiguration logContextConfiguration, String name, org.jboss.dmr.ModelNode model) throws OperationFailedException
context - the operation contextoperation - the operation being executedlogContextConfiguration - the logging context configurationname - the name of the loggermodel - the model to updateOperationFailedException - if the remove failsCopyright © 2018 JBoss by Red Hat. All rights reserved.