Uses of Class
org.jboss.as.controller.capability.registry.CapabilityResolutionContext.AttachmentKey
-
Packages that use CapabilityResolutionContext.AttachmentKey Package Description org.jboss.as.controller.capability.registry -
-
Uses of CapabilityResolutionContext.AttachmentKey in org.jboss.as.controller.capability.registry
Methods in org.jboss.as.controller.capability.registry that return CapabilityResolutionContext.AttachmentKey Modifier and Type Method Description static <T> CapabilityResolutionContext.AttachmentKey<T>CapabilityResolutionContext.AttachmentKey. create(Class<? super T> valueClass)Construct a new simple attachment key.Methods in org.jboss.as.controller.capability.registry with parameters of type CapabilityResolutionContext.AttachmentKey Modifier and Type Method Description <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.
-