Uses of Class
org.jboss.as.controller.capability.registry.CapabilityResolutionContext.AttachmentKey
Packages that use CapabilityResolutionContext.AttachmentKey
-
Uses of CapabilityResolutionContext.AttachmentKey in org.jboss.as.controller.capability.registry
Methods in org.jboss.as.controller.capability.registry that return CapabilityResolutionContext.AttachmentKeyModifier and TypeMethodDescriptionstatic <T> CapabilityResolutionContext.AttachmentKey<T>Construct a new simple attachment key.Methods in org.jboss.as.controller.capability.registry with parameters of type CapabilityResolutionContext.AttachmentKeyModifier and TypeMethodDescription<V> VCapabilityResolutionContext.attach(CapabilityResolutionContext.AttachmentKey<V> key, V value) Attaches an arbitrary object to this context.<V> VCapabilityResolutionContext.attachIfAbsent(CapabilityResolutionContext.AttachmentKey<V> key, V value) Attaches an arbitrary object to this context only if the object was not already attached.<V> VCapabilityResolutionContext.detach(CapabilityResolutionContext.AttachmentKey<V> key) Detaches or removes the value from this context.<V> VCapabilityResolutionContext.getAttachment(CapabilityResolutionContext.AttachmentKey<V> key) Retrieves an object that has been attached to this context.