Class EvictionTimer.EvictorThreadFactory
- java.lang.Object
-
- org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.EvictionTimer.EvictorThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
- Enclosing class:
- EvictionTimer
private static class EvictionTimer.EvictorThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryThread factory that creates a daemon thread, with the context class loader from this class.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEvictorThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable runnable)
-