org.mule.config.pool
Class CommonsPoolFactory
java.lang.Object
org.mule.config.pool.CommonsPoolFactory
- All Implemented Interfaces:
- UMOPoolFactory
- public class CommonsPoolFactory
- extends Object
- implements UMOPoolFactory
CommonsPoolFactory
is a commons-pool pool implementation for mule.
this is the default implementation used if no other is configured.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonsPoolFactory
public CommonsPoolFactory()
createPool
public ObjectPool createPool(UMODescriptor descriptor,
UMOModel model,
ObjectFactory factory,
PoolingProfile pp)
- Specified by:
createPool
in interface UMOPoolFactory
createPool
public ObjectPool createPool(UMODescriptor descriptor,
UMOModel model,
PoolingProfile pp)
- Specified by:
createPool
in interface UMOPoolFactory
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.