Class ThreadLocalUtil


  • public class ThreadLocalUtil
    extends Object
    • Constructor Detail

      • ThreadLocalUtil

        public ThreadLocalUtil()
    • Method Detail

      • clearAllThreadLocals

        public static void clearAllThreadLocals()
        Clear ThreadLocals of the current thread. This can be used to clean out a thread before "returning" it to a thread-pool or a Web-Container like Tomcat.