Package org.jboss.util.threadpool
Class BasicThreadPool.ThreadPoolThreadFactory
- java.lang.Object
-
- org.jboss.util.threadpool.BasicThreadPool.ThreadPoolThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
- Enclosing class:
- BasicThreadPool
private class BasicThreadPool.ThreadPoolThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
A factory for threads
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ThreadPoolThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable runnable)
-