public static interface ExecutorUtil.InheritableThreadLocalProvider
| Modifier and Type | Method and Description | 
|---|---|
| void | clean(AtomicReference<?> ctx)This method is invoked in the threadpool thread after the execution
 clean all the variables set in the set method | 
| void | set(AtomicReference<?> ctx)This is invoked in the Threadpool thread. | 
| void | store(AtomicReference<?> ctx)This is invoked in the parent thread which submitted a task. | 
void store(AtomicReference<?> ctx)
void set(AtomicReference<?> ctx)
void clean(AtomicReference<?> ctx)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.