public class ReloadRequiredAddStepHandler
extends org.jboss.as.controller.AbstractAddStepHandler
A handler for the "add" operation that always puts the process in "reload-required" state.
| Constructor and Description |
|---|
ReloadRequiredAddStepHandler(org.jboss.as.controller.AttributeDefinition... attributes) |
ReloadRequiredAddStepHandler(Collection<org.jboss.as.controller.AttributeDefinition> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.registry.Resource resource) |
protected boolean |
requiresRuntime(org.jboss.as.controller.OperationContext context) |
protected void |
rollbackRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.registry.Resource resource) |
public ReloadRequiredAddStepHandler(org.jboss.as.controller.AttributeDefinition... attributes)
public ReloadRequiredAddStepHandler(Collection<org.jboss.as.controller.AttributeDefinition> attributes)
protected boolean requiresRuntime(org.jboss.as.controller.OperationContext context)
requiresRuntime in class org.jboss.as.controller.AbstractAddStepHandlerprotected void performRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.registry.Resource resource)
performRuntime in class org.jboss.as.controller.AbstractAddStepHandlerprotected void rollbackRuntime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.registry.Resource resource)
rollbackRuntime in class org.jboss.as.controller.AbstractAddStepHandlerCopyright © 2018 JBoss by Red Hat. All rights reserved.