Package org.apache.catalina.tribes.util
Class TcclThreadFactory
- java.lang.Object
- 
- org.apache.catalina.tribes.util.TcclThreadFactory
 
- 
- All Implemented Interfaces:
- java.util.concurrent.ThreadFactory
 
 public class TcclThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryThreadFactory 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 SummaryConstructors Constructor Description TcclThreadFactory()TcclThreadFactory(java.lang.String namePrefix)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable r)
 
-