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.ThreadFactory
Thread factory that creates a daemon thread, with the context class loader from this class.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EvictorThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable runnable)
-