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.
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
| 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,
ObjectFactory factory)
- Specified by:
createPool in interface UMOPoolFactory
createPool
public ObjectPool createPool(UMODescriptor descriptor)
- Specified by:
createPool in interface UMOPoolFactory
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.