public class SocketBindingAddHandler extends AbstractAddStepHandler
Modifier and Type | Field and Description |
---|---|
static SocketBindingAddHandler |
INSTANCE |
static String |
OPERATION_NAME |
Modifier | Constructor and Description |
---|---|
protected |
SocketBindingAddHandler()
Create the SocketBindingAddHandler
|
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
getOperation(org.jboss.dmr.ModelNode address,
org.jboss.dmr.ModelNode socketBinding) |
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.
|
execute, performRuntime, populateModel, populateModel, requiresRuntime, requiresRuntimeVerification, rollbackRuntime
public static final String OPERATION_NAME
public static final SocketBindingAddHandler INSTANCE
protected SocketBindingAddHandler()
public static org.jboss.dmr.ModelNode getOperation(org.jboss.dmr.ModelNode address, org.jboss.dmr.ModelNode socketBinding)
protected void populateModel(org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws OperationFailedException
AbstractAddStepHandler
populateModel
in class AbstractAddStepHandler
operation
- the operationmodel
- persistent configuration model node that corresponds to the address of operation
OperationFailedException
- if operation
is invalid or populating the model otherwise failsCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.