Package org.wildfly.common.selector
Class ThreadLocalSelector<T>
java.lang.Object
org.wildfly.common.selector.Selector<T>
org.wildfly.common.selector.ThreadLocalSelector<T>
Deprecated.
A thread local selector implementation.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested classes/interfaces inherited from class org.wildfly.common.selector.Selector
Selector.Getter<T> -
Constructor Summary
ConstructorsConstructorDescriptionThreadLocalSelector(ThreadLocal<? extends T> threadLocal) Deprecated.Construct a new instance. -
Method Summary
Methods inherited from class org.wildfly.common.selector.Selector
getChangePermissionFor, getGetPermissionFor, getSetPermissionFor, nullSelector, selectorFor, selectorGetterActionFor, selectorGetterFor, setSelectorFor
-
Constructor Details
-
ThreadLocalSelector
Deprecated.Construct a new instance.- Parameters:
threadLocal- the thread-local to use to store the selector's value
-
-
Method Details
Contextualinstead.