Uses of Class
org.jboss.as.controller.registry.AttributeAccess
-
Packages that use AttributeAccess Package Description org.jboss.as.controller.access org.jboss.as.controller.registry -
-
Uses of AttributeAccess in org.jboss.as.controller.access
Constructors in org.jboss.as.controller.access with parameters of type AttributeAccess Constructor Description TargetAttribute(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 AttributeAccess Modifier and Type Method Description AttributeAccessDelegatingImmutableManagementResourceRegistration. getAttributeAccess(PathAddress address, String attributeName)AttributeAccessDelegatingManagementResourceRegistration. getAttributeAccess(PathAddress address, String attributeName)AttributeAccessImmutableManagementResourceRegistration. 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 AttributeAccess Modifier and Type Method Description Map<String,AttributeAccess>DelegatingImmutableManagementResourceRegistration. getAttributes(PathAddress address)Map<String,AttributeAccess>DelegatingManagementResourceRegistration. getAttributes(PathAddress address)Map<String,AttributeAccess>ImmutableManagementResourceRegistration. getAttributes(PathAddress address)Get the information about all attributes for a node.Methods in org.jboss.as.controller.registry with parameters of type AttributeAccess Modifier and Type Method Description booleanAttributeAccess.Flag. test(AttributeAccess attribute)booleanAttributeAccess.Storage. test(AttributeAccess attribute)
-