org.mule.config.pool
Class CommonsPoolFactory

java.lang.Object
  extended by 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.


Constructor Summary
CommonsPoolFactory()
           
 
Method Summary
 ObjectPool createPool(UMODescriptor descriptor, UMOModel model, ObjectFactory factory, PoolingProfile pp)
           
 ObjectPool createPool(UMODescriptor descriptor, UMOModel model, PoolingProfile pp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsPoolFactory

public CommonsPoolFactory()
Method Detail

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.