Package org.apache.xmlbeans
Class ThreadLocalUtil
java.lang.Object
org.apache.xmlbeans.ThreadLocalUtil
-
Constructor Summary
Constructors -
Method Summary
-
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.
-