Package org.wildfly.clustering.context
Class ThreadContextClassLoaderReference
java.lang.Object
org.wildfly.clustering.context.ThreadContextReference<ClassLoader>
org.wildfly.clustering.context.ThreadContextClassLoaderReference
- All Implemented Interfaces:
Consumer<ClassLoader>,Function<ClassLoader,,ClassLoader> Supplier<ClassLoader>,UnaryOperator<ClassLoader>,ContextReference<ClassLoader>
Thread-aware reference for a context
ClassLoader.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.context.ContextReference
ContextReference.SimpleContextReference<C> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextReference<ClassLoader> A context reference for the class loader of the current thread -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.context.ThreadContextReference
accept, getMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.context.ContextReference
apply, provide
-
Field Details
-
CURRENT
A context reference for the class loader of the current thread
-
-
Constructor Details
-
ThreadContextClassLoaderReference
-