Class ThreadLocalUtil


  • public class ThreadLocalUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadLocalUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void clearAllThreadLocals()
      Clear ThreadLocals of the current thread.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.