Package org.apache.ofbiz.base.concurrent
Class ExecutionPool.ExecutionPoolThreadFactory
- java.lang.Object
-
- org.apache.ofbiz.base.concurrent.ExecutionPool.ExecutionPoolThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
- Enclosing class:
- ExecutionPool
protected static class ExecutionPool.ExecutionPoolThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExecutionPoolThreadFactory(java.lang.ThreadGroup group, java.lang.String namePrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable r)
-