Package org.jboss.as.server.services.net
Class InterfaceResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.resource.InterfaceDefinition
-
- org.jboss.as.server.services.net.InterfaceResourceDefinition
-
- All Implemented Interfaces:
Feature,ResourceDefinition,ResourceRegistration
public class InterfaceResourceDefinition extends InterfaceDefinition
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.SimpleResourceDefinition
SimpleResourceDefinition.Parameters
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition
ResourceDefinition.AbstractConfigurator<C extends ResourceDefinition.Configurator<C>>, ResourceDefinition.Builder, ResourceDefinition.Configurator<C extends ResourceDefinition.Configurator<C>>, ResourceDefinition.MinimalBuilder, ResourceDefinition.MinimalResourceDefinition
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
ResourceRegistration.DefaultResourceRegistration
-
-
Field Summary
-
Fields inherited from class org.jboss.as.controller.resource.InterfaceDefinition
ANY, ANY_ADDRESS, INET_ADDRESS, LINK_LOCAL_ADDRESS, LOOPBACK, LOOPBACK_ADDRESS, MULTICAST, NAME, NESTED_ATTRIBUTES, NESTED_LIST_ATTRIBUTES, NIC, NIC_MATCH, NOT, OTHERS, POINT_TO_POINT, PUBLIC_ADDRESS, ROOT_ATTRIBUTES, SITE_LOCAL_ADDRESS, SUBNET_MATCH, UP, VIRTUAL
-
-
Constructor Summary
Constructors Constructor Description InterfaceResourceDefinition(InterfaceAddHandler addHandler, OperationStepHandler removeHandler, boolean updateRuntime, boolean resolvable)
-
Method Summary
-
Methods inherited from class org.jboss.as.controller.resource.InterfaceDefinition
isOperationDefined, localName, registerAttributes, registerOperations
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
-
-
-
-
Constructor Detail
-
InterfaceResourceDefinition
public InterfaceResourceDefinition(InterfaceAddHandler addHandler, OperationStepHandler removeHandler, boolean updateRuntime, boolean resolvable)
-
-