org.mule.config.pool
Class DefaultThreadPoolFactory
java.lang.Object
org.mule.config.pool.ThreadPoolFactory
org.mule.config.pool.DefaultThreadPoolFactory
- All Implemented Interfaces:
- MuleContextAware
public class DefaultThreadPoolFactory
- extends ThreadPoolFactory
Method Summary |
protected void |
configureThreadFactory(java.lang.String name,
ThreadingProfile tp,
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor pool)
|
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor |
createPool(java.lang.String name,
ThreadingProfile tp)
|
protected edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor |
internalCreatePool(java.lang.String name,
ThreadingProfile tp,
edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue buffer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final Log logger
DefaultThreadPoolFactory
public DefaultThreadPoolFactory()
createPool
public edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor createPool(java.lang.String name,
ThreadingProfile tp)
- Specified by:
createPool
in class ThreadPoolFactory
configureThreadFactory
protected void configureThreadFactory(java.lang.String name,
ThreadingProfile tp,
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor pool)
internalCreatePool
protected edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor internalCreatePool(java.lang.String name,
ThreadingProfile tp,
edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue buffer)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.