|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ThreadLocal
com.atlassian.confluence.concurrent.ResettableThreadLocal
public abstract class ResettableThreadLocal
Simple abstract class with a method to reset the thread local to its initial value
ThreadLocal.initialValue()
Constructor Summary | |
---|---|
ResettableThreadLocal()
|
Method Summary | |
---|---|
void |
reset()
|
Methods inherited from class java.lang.ThreadLocal |
---|
get, initialValue, remove, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResettableThreadLocal()
Method Detail |
---|
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |