Uses of Class
org.glassfish.hk2.utilities.general.Hk2ThreadLocal
Packages that use Hk2ThreadLocal
-
Uses of Hk2ThreadLocal in org.glassfish.hk2.internal
Fields in org.glassfish.hk2.internal declared as Hk2ThreadLocalModifier and TypeFieldDescriptionprivate final Hk2ThreadLocal
<PerThreadContext.PerContextThreadWrapper> PerThreadContext.threadMap
-
Uses of Hk2ThreadLocal in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as Hk2ThreadLocalModifier and TypeFieldDescriptionprivate final Hk2ThreadLocal
<WeakHashMap<AnnotatedElement, Boolean>> PerLocatorUtilities.hasInjectCache
private final Hk2ThreadLocal
<WeakHashMap<AnnotatedElement, SoftAnnotatedElementAnnotationInfo>> PerLocatorUtilities.threadLocalAnnotationCache
Must not be static, otherwise it can leak when using thread poolsprivate final Hk2ThreadLocal
<WeakHashMap<Class<?>, String>> PerLocatorUtilities.threadLocalAutoAnalyzerNameCache
Must not be static, otherwise it can leak when using thread pools