public abstract class AbstractSocketBindingGroupAddHandler extends AbstractAddStepHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_NAME |
attributes| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSocketBindingGroupAddHandler()
Create the AbstractSocketBindingGroupAddHandler
|
| 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.
|
createResource, execute, performRuntime, performRuntime, performRuntime, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime, requiresRuntimeVerification, rollbackRuntime, rollbackRuntimepublic static final String OPERATION_NAME
protected AbstractSocketBindingGroupAddHandler()
protected void populateModel(org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
throws OperationFailedException
AbstractAddStepHandlerOperationContext.Stage.MODEL.
This default implementation invokes AttributeDefinition.validateAndSet(org.jboss.dmr.ModelNode, org.jboss.dmr.ModelNode)
on any attributes passed to the constructor.
populateModel in class AbstractAddStepHandleroperation - the operationmodel - persistent configuration model node that corresponds to the address of operationOperationFailedException - if operation is invalid or populating the model otherwise failsCopyright © 2014 JBoss by Red Hat. All rights reserved.