Class InMemoryAuditLogHandlerResourceDefinition.ShowInMemoryLogsHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.jboss.as.domain.management.audit.InMemoryAuditLogHandlerResourceDefinition.ShowInMemoryLogsHandler
-
- All Implemented Interfaces:
OperationStepHandler
- Enclosing class:
- InMemoryAuditLogHandlerResourceDefinition
protected static class InMemoryAuditLogHandlerResourceDefinition.ShowInMemoryLogsHandler extends AbstractRuntimeOnlyHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteRuntimeStep(OperationContext context, org.jboss.dmr.ModelNode operation)protected booleanrequiresRuntime(OperationContext context)-
Methods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, resourceMustExist
-
-
-
-
Method Detail
-
requiresRuntime
protected boolean requiresRuntime(OperationContext context)
- Overrides:
requiresRuntimein classAbstractRuntimeOnlyHandler
-
executeRuntimeStep
protected void executeRuntimeStep(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executeRuntimeStepin classAbstractRuntimeOnlyHandler- Throws:
OperationFailedException
-
-