Package org.jboss.as.server.services.net
Class InterfaceAddHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.jboss.as.controller.operations.common.InterfaceAddHandler
-
- org.jboss.as.server.services.net.InterfaceAddHandler
-
- All Implemented Interfaces:
OperationDescriptor,OperationStepHandler
- Direct Known Subclasses:
SpecifiedInterfaceAddHandler
public class InterfaceAddHandler extends InterfaceAddHandler
TODO remove this once we can get the superclass out of the controller module to a place where the NetworkInterface class is visible.- Author:
- Brian Stansberry
-
-
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 InterfaceAddHandlerNAMED_INSTANCE-
Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler
attributes
-
-
Method Summary
-
Methods inherited from class org.jboss.as.controller.operations.common.InterfaceAddHandler
getCriteria, performRuntime, performRuntime, populateModel, validateAndSet
-
Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler
createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime, rollbackRuntime
-
-
-
-
Field Detail
-
NAMED_INSTANCE
public static final InterfaceAddHandler NAMED_INSTANCE
-
-