com.atlassian.confluence.concurrent
Class ResettableThreadLocal
java.lang.Object
java.lang.ThreadLocal
com.atlassian.confluence.concurrent.ResettableThreadLocal
- Direct Known Subclasses:
- ThreadLocalMap
public abstract class ResettableThreadLocal
- extends ThreadLocal
Simple abstract class with a method to reset the thread local to its initial value
- See Also:
ThreadLocal.initialValue()
Method Summary |
void |
reset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResettableThreadLocal
public ResettableThreadLocal()
reset
public void reset()