public abstract static class LoggingOperations.LoggingAddOperationStepHandler extends Object
| Constructor and Description |
|---|
LoggingAddOperationStepHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation,
String name,
org.jboss.logmanager.config.LogContextConfiguration logContextConfiguration) |
abstract void |
updateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Updates the model based on the operation.
|
public final void execute(OperationContext context, org.jboss.dmr.ModelNode operation, String name, org.jboss.logmanager.config.LogContextConfiguration logContextConfiguration) throws OperationFailedException
OperationFailedExceptionpublic abstract void updateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
throws OperationFailedException
operation - the operation being executedmodel - the model to updateOperationFailedException - if a processing error occursCopyright © 2018 JBoss by Red Hat. All rights reserved.