| Package | Description |
|---|---|
| org.jboss.as.controller.access | |
| org.jboss.as.controller.registry |
| Constructor and Description |
|---|
TargetAttribute(String attributeName,
AttributeAccess attributeAccess,
org.jboss.dmr.ModelNode currentValue,
TargetResource targetResource) |
| Modifier and Type | Method and Description |
|---|---|
AttributeAccess |
ImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName)
Gets the information on how to read from or write to the given attribute.
|
AttributeAccess |
DelegatingManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName) |
AttributeAccess |
DelegatingImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeAccess> |
ImmutableManagementResourceRegistration.getAttributes(PathAddress address)
Get the information about all attributes for a node.
|
Map<String,AttributeAccess> |
DelegatingManagementResourceRegistration.getAttributes(PathAddress address) |
Map<String,AttributeAccess> |
DelegatingImmutableManagementResourceRegistration.getAttributes(PathAddress address) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.