Package org.jboss.as.server.services.net
Class NetworkInterfaceRuntimeHandler
- java.lang.Object
-
- org.jboss.as.server.services.net.NetworkInterfaceRuntimeHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class NetworkInterfaceRuntimeHandler extends Object implements OperationStepHandler
OperationStepHandlerfor the runtime attributes of a network interface.- Author:
- Emanuel Muckenhuber
-
-
Field Summary
Fields Modifier and Type Field Description static OperationStepHandlerINSTANCEstatic SimpleAttributeDefinitionRESOLVED_ADDRESS
-
Constructor Summary
Constructors Modifier Constructor Description protectedNetworkInterfaceRuntimeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
INSTANCE
public static final OperationStepHandler INSTANCE
-
RESOLVED_ADDRESS
public static final SimpleAttributeDefinition RESOLVED_ADDRESS
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-