Uses of Interface
org.wildfly.clustering.context.ContextReference
Packages that use ContextReference
-
Uses of ContextReference in org.wildfly.clustering.context
Classes in org.wildfly.clustering.context that implement ContextReferenceModifier and TypeClassDescriptionstatic classclassThread-aware reference for a contextClassLoader.classReference that can be associated with an arbitrary thread.Fields in org.wildfly.clustering.context declared as ContextReferenceModifier and TypeFieldDescriptionstatic final ContextReference<ClassLoader> ThreadContextClassLoaderReference.CURRENTA context reference for the class loader of the current threadMethods in org.wildfly.clustering.context that return ContextReferenceModifier and TypeMethodDescriptionstatic <C> ContextReference<C> ContextReference.fromThreadLocal(ThreadLocal<C> threadLocal) static <C> ContextReference<C> ContextReference.of(AtomicReference<C> reference) static <C> ContextReference<C> static <C> ContextReference<C> ContextReference.of(Supplier<C> supplier, Consumer<C> consumer, UnaryOperator<C> operator) Constructors in org.wildfly.clustering.context with parameters of type ContextReferenceModifierConstructorDescriptionContextualThreadFactory(ThreadFactory factory, C targetContext, ContextReference<C> contextReference)