Apache Tomcat 7.0.37

org.apache.catalina.tribes.util
Class TcclThreadFactory

java.lang.Object
  extended by org.apache.catalina.tribes.util.TcclThreadFactory
All Implemented Interfaces:
ThreadFactory

public class TcclThreadFactory
extends Object
implements ThreadFactory

ThreadFactory implementation that creates threads with the thread context class loader set to the class loader that loaded this factory. It is intended to be used when tasks may be passed to executors when the web application class loader is set as the thread context class loader, such as in async session replication.


Constructor Summary
TcclThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcclThreadFactory

public TcclThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.