Package com.atlassian.threadlocal

Class Summary
BruteForceThreadLocalCleanup Code copied from Tomcat 7 to clean up thread locals.
RegisteredThreadLocal<T> A ThreadLocal class that registers itself with RegisteredThreadLocals and hence can be automatically cleaned up at the end of a request.
RegisteredThreadLocals A registry of RegisteredThreadLocal objects that can be cleared all at one at the end of a request

The set of registered ThreadLocals is itself a ThreadLocal and that set will be cleared during reset().

 



Copyright © 2013 Atlassian. All Rights Reserved.