Package org.apache.catalina.startup
Class SafeForkJoinWorkerThreadFactory
- java.lang.Object
- 
- org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
 
- 
- All Implemented Interfaces:
- java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
 
 public class SafeForkJoinWorkerThreadFactory extends java.lang.Object implements java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactoryProvides aForkJoinPool.ForkJoinWorkerThreadFactorythat providesForkJoinWorkerThreads that won't trigger memory leaks due to retained references to web application class loaders.Note: This class must be available on the boot strap class path for it to be visible to ForkJoinPool.
- 
- 
Constructor SummaryConstructors Constructor Description SafeForkJoinWorkerThreadFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.ForkJoinWorkerThreadnewThread(java.util.concurrent.ForkJoinPool pool)
 
-