Class OrderedChildTypesAttachment
java.lang.Object
org.jboss.as.controller.operations.common.OrderedChildTypesAttachment
We currently only care about ordered child resources when describing the model for the use of the sync handlers.
We don't care about all that when describing the model for the server boot operations. This attachment is used
to collect the information if present.
- Author:
- Kabir Khan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationContext.AttachmentKey<OrderedChildTypesAttachment> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOrderedChildResourceTypes(PathAddress resourceAddress, Resource resource) If the resource has ordered child types, those child types will be stored in the attachment.getOrderedChildTypes(PathAddress resourceAddress)
-
Field Details
-
KEY
-
-
Constructor Details
-
OrderedChildTypesAttachment
public OrderedChildTypesAttachment()
-
-
Method Details
-
addOrderedChildResourceTypes
If the resource has ordered child types, those child types will be stored in the attachment. If there are no ordered child types, this method is a no-op.- Parameters:
resourceAddress- the address of the resourceresource- the resource which may or may not have ordered children.
-
getOrderedChildTypes
-