Uses of Class
org.jboss.as.controller.OperationContext.AttachmentKey
Packages that use OperationContext.AttachmentKey
Package
Description
-
Uses of OperationContext.AttachmentKey in org.jboss.as.controller
Fields in org.jboss.as.controller declared as OperationContext.AttachmentKeyModifier and TypeFieldDescriptionstatic final OperationContext.AttachmentKey<Boolean>CompositeOperationHandler.DOMAIN_EXECUTION_KEYKey that domain mode handlers can use to communicate that domain-specific execution has occurred.Methods in org.jboss.as.controller that return OperationContext.AttachmentKeyModifier and TypeMethodDescriptionstatic <T> OperationContext.AttachmentKey<T>Construct a new simple attachment key.Methods in org.jboss.as.controller with parameters of type OperationContext.AttachmentKeyModifier and TypeMethodDescription<T> TOperationContext.attach(OperationContext.AttachmentKey<T> key, T value) Attaches an arbitrary object to this context.<T> TOperationContext.attachIfAbsent(OperationContext.AttachmentKey<T> key, T value) Attaches an arbitrary object to this context only if the object was not already attached.<T> TOperationContext.detach(OperationContext.AttachmentKey<T> key) Detaches or removes the value from this context.<T> TOperationContext.getAttachment(OperationContext.AttachmentKey<T> key) Retrieves an object that has been attached to this context. -
Uses of OperationContext.AttachmentKey in org.jboss.as.controller.management
Fields in org.jboss.as.controller.management declared as OperationContext.AttachmentKeyModifier and TypeFieldDescriptionstatic final OperationContext.AttachmentKey<Boolean>ManagementInterfaceAddStepHandler.MANAGEMENT_INTERFACE_KEY -
Uses of OperationContext.AttachmentKey in org.jboss.as.controller.operations
Fields in org.jboss.as.controller.operations declared as OperationContext.AttachmentKeyModifier and TypeFieldDescriptionstatic final OperationContext.AttachmentKey<PathAddressFilter>PathAddressFilter.KEYstatic final OperationContext.AttachmentKey<List<DomainOperationTransmuter>>OperationAttachments.SLAVE_SERVER_OPERATION_TRANSMUTERS -
Uses of OperationContext.AttachmentKey in org.jboss.as.controller.operations.common
Fields in org.jboss.as.controller.operations.common declared as OperationContext.AttachmentKeyModifier and TypeFieldDescriptionstatic final OperationContext.AttachmentKey<OrderedChildTypesAttachment>OrderedChildTypesAttachment.KEYstatic final OperationContext.AttachmentKey<Boolean>GenericSubsystemDescribeHandler.SERVER_LAUNCH_KEYOperation attachment key used when the describe operation is being invoked in order to create the operations to launch a server -
Uses of OperationContext.AttachmentKey in org.jboss.as.controller.operations.global
Fields in org.jboss.as.controller.operations.global declared as OperationContext.AttachmentKeyModifier and TypeFieldDescriptionstatic final OperationContext.AttachmentKey<org.jboss.dmr.ModelNode>ReadResourceHandler.ROLLBACKED_FAILURE_DESC -
Uses of OperationContext.AttachmentKey in org.jboss.as.controller.remote
Fields in org.jboss.as.controller.remote declared as OperationContext.AttachmentKeyModifier and TypeFieldDescriptionstatic final OperationContext.AttachmentKey<EarlyResponseSendListener>EarlyResponseSendListener.ATTACHMENT_KEYKey under which a listener would beattached to an operation contextif notification that it's safe -
Uses of OperationContext.AttachmentKey in org.jboss.as.controller.transform
Fields in org.jboss.as.controller.transform declared as OperationContext.AttachmentKeyMethods in org.jboss.as.controller.transform with parameters of type OperationContext.AttachmentKeyModifier and TypeMethodDescription<V> VContextAttachments.attach(OperationContext.AttachmentKey<V> key, V value) <T> TTransformationContext.attach(OperationContext.AttachmentKey<T> key, T value) Attaches an arbitrary object to this context.<V> VTransformerOperationAttachment.attach(OperationContext.AttachmentKey<V> key, V value) <V> VContextAttachments.attachIfAbsent(OperationContext.AttachmentKey<V> key, V value) <T> TTransformationContext.attachIfAbsent(OperationContext.AttachmentKey<T> key, T value) Attaches an arbitrary object to this context only if the object was not already attached.<V> VTransformerOperationAttachment.attachIfAbsent(OperationContext.AttachmentKey<V> key, V value) <V> VContextAttachments.detach(OperationContext.AttachmentKey<V> key) <T> TTransformationContext.detach(OperationContext.AttachmentKey<T> key) Detaches or removes the value from this context.<V> VTransformerOperationAttachment.detach(OperationContext.AttachmentKey<V> key) <V> VContextAttachments.getAttachment(OperationContext.AttachmentKey<V> key) <T> TTransformationContext.getAttachment(OperationContext.AttachmentKey<T> key) Retrieves an object that has been attached to this context.<V> VTransformerOperationAttachment.getAttachment(OperationContext.AttachmentKey<V> key)