| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.operations | |
| org.jboss.as.controller.operations.common | |
| org.jboss.as.controller.transform |
| Modifier and Type | Field and Description |
|---|---|
static OperationContext.AttachmentKey<Boolean> |
CompositeOperationHandler.DOMAIN_EXECUTION_KEY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> OperationContext.AttachmentKey<T> |
OperationContext.AttachmentKey.create(Class<? super T> valueClass)
Construct a new simple attachment key.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
OperationContext.attach(OperationContext.AttachmentKey<T> key,
T value)
Attaches an arbitrary object to this context.
|
<T> T |
OperationContext.attachIfAbsent(OperationContext.AttachmentKey<T> key,
T value)
Attaches an arbitrary object to this context only if the object was not already attached.
|
<T> T |
OperationContext.detach(OperationContext.AttachmentKey<T> key)
Detaches or removes the value from this context.
|
<T> T |
OperationContext.getAttachment(OperationContext.AttachmentKey<T> key)
Retrieves an object that has been attached to this context.
|
| Modifier and Type | Field and Description |
|---|---|
static OperationContext.AttachmentKey<List<DomainOperationTransformer>> |
OperationAttachments.SLAVE_SERVER_OPERATION_TRANSFORMERS |
| Modifier and Type | Field and Description |
|---|---|
static OperationContext.AttachmentKey<OrderedChildTypesAttachment> |
OrderedChildTypesAttachment.KEY |
| Modifier and Type | Field and Description |
|---|---|
static OperationContext.AttachmentKey<TransformerOperationAttachment> |
TransformerOperationAttachment.KEY |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TransformationContext.attach(OperationContext.AttachmentKey<T> key,
T value)
Attaches an arbitrary object to this context.
|
<V> V |
ContextAttachments.attach(OperationContext.AttachmentKey<V> key,
V value) |
<V> V |
TransformerOperationAttachment.attach(OperationContext.AttachmentKey<V> key,
V value) |
<T> T |
TransformationContext.attachIfAbsent(OperationContext.AttachmentKey<T> key,
T value)
Attaches an arbitrary object to this context only if the object was not already attached.
|
<V> V |
ContextAttachments.attachIfAbsent(OperationContext.AttachmentKey<V> key,
V value) |
<V> V |
TransformerOperationAttachment.attachIfAbsent(OperationContext.AttachmentKey<V> key,
V value) |
<T> T |
TransformationContext.detach(OperationContext.AttachmentKey<T> key)
Detaches or removes the value from this context.
|
<V> V |
ContextAttachments.detach(OperationContext.AttachmentKey<V> key) |
<V> V |
TransformerOperationAttachment.detach(OperationContext.AttachmentKey<V> key) |
<T> T |
TransformationContext.getAttachment(OperationContext.AttachmentKey<T> key)
Retrieves an object that has been attached to this context.
|
<V> V |
ContextAttachments.getAttachment(OperationContext.AttachmentKey<V> key) |
<V> V |
TransformerOperationAttachment.getAttachment(OperationContext.AttachmentKey<V> key) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.