Package org.mariadb.jdbc.pool
Class PoolThreadFactory
- java.lang.Object
-
- org.mariadb.jdbc.pool.PoolThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class PoolThreadFactory extends Object implements ThreadFactory
Pool thread factory
-
-
Constructor Summary
Constructors Constructor Description PoolThreadFactory(String threadName)Constructor
-
-
-
Constructor Detail
-
PoolThreadFactory
public PoolThreadFactory(String threadName)
Constructor- Parameters:
threadName- thread name
-
-
Method Detail
-
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThreadin interfaceThreadFactory
-
-