Package org.apache.xmlbeans
Class ThreadLocalUtil
java.lang.Object
org.apache.xmlbeans.ThreadLocalUtil
public class ThreadLocalUtil extends Object
-
Constructor Summary
Constructors Constructor Description ThreadLocalUtil()
-
Method Summary
Modifier and Type Method Description static void
clearAllThreadLocals()
ClearThreadLocal
s of the current thread.
-
Constructor Details
-
ThreadLocalUtil
public ThreadLocalUtil()
-
-
Method Details
-
clearAllThreadLocals
public static void clearAllThreadLocals()ClearThreadLocal
s 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.
-