public class AbstractAddStepHandlerWithAttributes
extends org.jboss.as.controller.AbstractAddStepHandler
| Modifier and Type | Field and Description |
|---|---|
protected Collection<? extends org.jboss.as.controller.AttributeDefinition> |
attributes |
| Constructor and Description |
|---|
AbstractAddStepHandlerWithAttributes() |
AbstractAddStepHandlerWithAttributes(org.jboss.as.controller.AttributeDefinition... attributes)
Constructs add handler
|
AbstractAddStepHandlerWithAttributes(Collection<? extends org.jboss.as.controller.AttributeDefinition> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
populateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Populate the given node in the persistent configuration model based on the values in the given operation.
|
protected Collection<? extends org.jboss.as.controller.AttributeDefinition> attributes
public AbstractAddStepHandlerWithAttributes()
public AbstractAddStepHandlerWithAttributes(Collection<? extends org.jboss.as.controller.AttributeDefinition> attributes)
public AbstractAddStepHandlerWithAttributes(org.jboss.as.controller.AttributeDefinition... attributes)
attributes - for which model will be populatedprotected void populateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
populateModel in class org.jboss.as.controller.AbstractAddStepHandleroperation - the operationmodel - persistent configuration model node that corresponds to the address of operationorg.jboss.as.controller.OperationFailedException - if operation is invalid or populating the model otherwise failsCopyright © 2014. All Rights Reserved.