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 |
static OperationContext.AttachmentKey<Boolean> |
GenericSubsystemDescribeHandler.SERVER_LAUNCH_KEY
Operation attachment key used when the describe operation is being invoked in order to create the operations to launch a server
|
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) |
Modifier and Type | Field and Description |
---|---|
static OperationContext.AttachmentKey<Integer> |
DomainControllerLockIdUtils.DOMAIN_CONTROLLER_LOCK_ID_ATTACHMENT
The attachment used by the slave to keep track of the lock id on the DC (if any)
|
static OperationContext.AttachmentKey<Set<org.jboss.dmr.ModelNode>> |
ServerOperationResolver.DONT_PROPAGATE_TO_SERVERS_ATTACHMENT |
Modifier and Type | Field and Description |
---|---|
static OperationContext.AttachmentKey<SystemPropertyDeferredProcessor> |
SystemPropertyDeferredProcessor.ATTACHMENT_KEY
Key under which the
SystemPropertyDeferredProcessor should be attached to the operation context. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.