Package org.jboss.as.server.services.net
Class InterfaceResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.resource.InterfaceDefinition
-
- org.jboss.as.server.services.net.InterfaceResourceDefinition
-
- All Implemented Interfaces:
ResourceDefinition
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
-
-
Field Summary
-
Fields inherited from class org.jboss.as.controller.resource.InterfaceDefinition
ANY, ANY_ADDRESS, INET_ADDRESS, INTERFACE_CAPABILITY_NAME, 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
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Constructor Detail
-
InterfaceResourceDefinition
public InterfaceResourceDefinition(InterfaceAddHandler addHandler, OperationStepHandler removeHandler, boolean updateRuntime, boolean resolvable)
-
-