public abstract class AbstractIDMResourceDefinition extends AbstractResourceDefinition
Modifier | Constructor and Description |
---|---|
protected |
AbstractIDMResourceDefinition(ModelElement modelElement,
org.jboss.as.controller.OperationStepHandler addHandler,
org.jboss.as.controller.OperationStepHandler removeHandler,
org.jboss.as.controller.SimpleAttributeDefinition... attributes) |
protected |
AbstractIDMResourceDefinition(ModelElement modelElement,
org.jboss.as.controller.OperationStepHandler addHandler,
org.jboss.as.controller.SimpleAttributeDefinition... attributes) |
protected |
AbstractIDMResourceDefinition(ModelElement modelElement,
String name,
org.jboss.as.controller.OperationStepHandler addHandler,
org.jboss.as.controller.SimpleAttributeDefinition... attributes) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.as.controller.OperationStepHandler |
createAttributeWriterHandler() |
protected void |
doRegisterModelWriteAttributeHandler(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
addAttribute, addChildResourceDefinition, getAlternativesAttributes, getAttributeDefinition, getAttributes, getChildResourceDefinitions, registerAttributes
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
protected AbstractIDMResourceDefinition(ModelElement modelElement, org.jboss.as.controller.OperationStepHandler addHandler, org.jboss.as.controller.OperationStepHandler removeHandler, org.jboss.as.controller.SimpleAttributeDefinition... attributes)
protected AbstractIDMResourceDefinition(ModelElement modelElement, String name, org.jboss.as.controller.OperationStepHandler addHandler, org.jboss.as.controller.SimpleAttributeDefinition... attributes)
protected AbstractIDMResourceDefinition(ModelElement modelElement, org.jboss.as.controller.OperationStepHandler addHandler, org.jboss.as.controller.SimpleAttributeDefinition... attributes)
protected org.jboss.as.controller.OperationStepHandler createAttributeWriterHandler()
createAttributeWriterHandler
in class AbstractResourceDefinition
protected void doRegisterModelWriteAttributeHandler(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
Copyright © 2018 JBoss by Red Hat. All rights reserved.