com.atlassian.confluence.concurrent
Class ResettableThreadLocal

java.lang.Object
  extended byjava.lang.ThreadLocal
      extended bycom.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()

Constructor Summary
ResettableThreadLocal()
           
 
Method Summary
 void reset()
           
 
Methods inherited from class java.lang.ThreadLocal
get, initialValue, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResettableThreadLocal

public ResettableThreadLocal()
Method Detail

reset

public void reset()


Confluence is developed by Atlassian.