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.hasInjectCacheprivate final Hk2ThreadLocal<WeakHashMap<AnnotatedElement, SoftAnnotatedElementAnnotationInfo>> PerLocatorUtilities.threadLocalAnnotationCacheMust not be static, otherwise it can leak when using thread poolsprivate final Hk2ThreadLocal<WeakHashMap<Class<?>, String>> PerLocatorUtilities.threadLocalAutoAnalyzerNameCacheMust not be static, otherwise it can leak when using thread pools