Uses of Class
org.jboss.as.controller.registry.AttributeAccess
Packages that use AttributeAccess
-
Uses of AttributeAccess in org.jboss.as.controller.access
Constructors in org.jboss.as.controller.access with parameters of type AttributeAccessModifierConstructorDescriptionTargetAttribute(String attributeName, AttributeAccess attributeAccess, org.jboss.dmr.ModelNode currentValue, TargetResource targetResource) -
Uses of AttributeAccess in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return AttributeAccessModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address, String attributeName) DelegatingManagementResourceRegistration.getAttributeAccess(PathAddress address, String attributeName) ImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address, String attributeName) Gets the information on how to read from or write to the given attribute.Methods in org.jboss.as.controller.registry that return types with arguments of type AttributeAccessModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getAttributes(PathAddress address) DelegatingManagementResourceRegistration.getAttributes(PathAddress address) ImmutableManagementResourceRegistration.getAttributes(PathAddress address) Get the information about all attributes for a node.Methods in org.jboss.as.controller.registry with parameters of type AttributeAccessModifier and TypeMethodDescriptionbooleanAttributeAccess.Flag.test(AttributeAccess attribute) booleanAttributeAccess.Storage.test(AttributeAccess attribute)