Package org.jboss.as.server.services.net
Class BindingRuntimeHandlers.BoundPortHandler
- java.lang.Object
-
- org.jboss.as.server.services.net.BindingRuntimeHandlers.BoundPortHandler
-
- All Implemented Interfaces:
OperationStepHandler
- Enclosing class:
- BindingRuntimeHandlers
public static class BindingRuntimeHandlers.BoundPortHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinitionATTRIBUTE_DEFINITIONstatic StringATTRIBUTE_NAMEstatic OperationStepHandlerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
ATTRIBUTE_NAME
public static final String ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
ATTRIBUTE_DEFINITION
public static final AttributeDefinition ATTRIBUTE_DEFINITION
-
INSTANCE
public static final OperationStepHandler INSTANCE
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-