Package org.jboss.as.server.services.net
Class SocketBindingAddHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.jboss.as.server.services.net.SocketBindingAddHandler
-
- All Implemented Interfaces:
OperationDescriptor,OperationStepHandler
- Direct Known Subclasses:
BindingAddHandler
public class SocketBindingAddHandler extends AbstractAddStepHandler
Handler for the socket-binding resource's add operation.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractAddStepHandler
AbstractAddStepHandler.Parameters
-
-
Field Summary
Fields Modifier and Type Field Description static SocketBindingAddHandlerINSTANCEstatic StringOPERATION_NAME-
Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler
attributes
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSocketBindingAddHandler()Create the SocketBindingAddHandler
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.dmr.ModelNodegetOperation(PathAddress address, org.jboss.dmr.ModelNode socketBinding)protected voidpopulateModel(OperationContext context, org.jboss.dmr.ModelNode operation, Resource resource)-
Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler
createResource, createResource, execute, getAttributes, performRuntime, performRuntime, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime, rollbackRuntime, rollbackRuntime
-
-
-
-
Field Detail
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final SocketBindingAddHandler INSTANCE
-
-
Method Detail
-
getOperation
public static org.jboss.dmr.ModelNode getOperation(PathAddress address, org.jboss.dmr.ModelNode socketBinding)
-
populateModel
protected void populateModel(OperationContext context, org.jboss.dmr.ModelNode operation, Resource resource) throws OperationFailedException
- Overrides:
populateModelin classAbstractAddStepHandler- Throws:
OperationFailedException
-
-