Class TransformerOperationAttachment
java.lang.Object
org.jboss.as.controller.transform.TransformerOperationAttachment
If this attachment is attached to an OperationContext, its internal attachments get propagated to the transformers.
- Author:
- Kabir Khan
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> Vattach(OperationContext.AttachmentKey<V> key, V value) <V> VattachIfAbsent(OperationContext.AttachmentKey<V> key, V value) <V> Vdetach(OperationContext.AttachmentKey<V> key) <V> VgetOrCreate(OperationContext context)
-
Field Details
-
KEY
-
-
Constructor Details
-
TransformerOperationAttachment
public TransformerOperationAttachment()
-
-
Method Details
-
getOrCreate
-
attach
-
attachIfAbsent
-
detach
-
getAttachment
-