Uses of Class
org.jboss.as.controller.OperationContext.AttachmentKey
-
-
Uses of OperationContext.AttachmentKey in org.jboss.as.controller
Fields in org.jboss.as.controller declared as OperationContext.AttachmentKey Modifier and Type Field Description static 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.AttachmentKey Modifier and Type Method Description static <T> OperationContext.AttachmentKey<T>OperationContext.AttachmentKey. create(Class<? super T> valueClass)Construct a new simple attachment key.Methods in org.jboss.as.controller with parameters of type OperationContext.AttachmentKey Modifier and Type Method Description <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.AttachmentKey Modifier and Type Field Description static 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.AttachmentKey Modifier and Type Field Description static OperationContext.AttachmentKey<PathAddressFilter>PathAddressFilter. KEYstatic 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.AttachmentKey Modifier and Type Field Description static OperationContext.AttachmentKey<OrderedChildTypesAttachment>OrderedChildTypesAttachment. KEYstatic 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.AttachmentKey Modifier and Type Field Description static 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.AttachmentKey Modifier and Type Field Description static 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.AttachmentKey Modifier and Type Field Description static OperationContext.AttachmentKey<TransformerOperationAttachment>TransformerOperationAttachment. KEYMethods in org.jboss.as.controller.transform with parameters of type OperationContext.AttachmentKey Modifier and Type Method Description <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)
-