org.apache.xmlbeans
Class ThreadLocalUtil

java.lang.Object
  extended by org.apache.xmlbeans.ThreadLocalUtil

public class ThreadLocalUtil
extends java.lang.Object


Constructor Summary
ThreadLocalUtil()
           
 
Method Summary
static void clearAllThreadLocals()
          Clear ThreadLocals of the current thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.