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
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.ParametersNested 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.MinimalResourceDefinitionNested 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
ConstructorsConstructorDescriptionInterfaceResourceDefinition(InterfaceAddHandler addHandler, OperationStepHandler removeHandler, boolean updateRuntime, boolean resolvable) -
Method Summary
Methods inherited from class org.jboss.as.controller.resource.InterfaceDefinition
isOperationDefined, localName, registerAttributes, registerOperationsMethods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedMethods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
-
Constructor Details
-
InterfaceResourceDefinition
public InterfaceResourceDefinition(InterfaceAddHandler addHandler, OperationStepHandler removeHandler, boolean updateRuntime, boolean resolvable)
-