Uses of Interface
org.mule.util.ObjectPool

Packages that use ObjectPool
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.impl.model   
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
org.mule.tck.model Test suite for testing Model releated extensions. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of ObjectPool in org.mule.config.pool
 

Classes in org.mule.config.pool that implement ObjectPool
 class CommonsPoolProxyPool
          CommonsPoolProxyPool is pool used to store MuleProxy objects.
 

Fields in org.mule.config.pool declared as ObjectPool
protected  ObjectPool AbstractProxyFactory.pool
           
 

Methods in org.mule.config.pool that return ObjectPool
 ObjectPool AbstractProxyFactory.getPool()
           
 ObjectPool CommonsPoolFactory.createPool(UMODescriptor descriptor, ObjectFactory factory)
           
 ObjectPool CommonsPoolFactory.createPool(UMODescriptor descriptor)
           
 

Methods in org.mule.config.pool with parameters of type ObjectPool
 void AbstractProxyFactory.setPool(ObjectPool pool)
           
 

Uses of ObjectPool in org.mule.impl.model
 

Constructors in org.mule.impl.model with parameters of type ObjectPool
DefaultMuleProxy(Object component, MuleDescriptor descriptor, ObjectPool proxyPool)
          Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself
 

Uses of ObjectPool in org.mule.impl.model.seda
 

Fields in org.mule.impl.model.seda declared as ObjectPool
protected  ObjectPool SedaComponent.proxyPool
          A pool of available Mule Proxies.
 

Uses of ObjectPool in org.mule.impl.model.seda.optimised
 

Constructors in org.mule.impl.model.seda.optimised with parameters of type ObjectPool
OptimisedMuleProxy(Callable component, MuleDescriptor descriptor, ObjectPool proxyPool)
          Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself
 

Uses of ObjectPool in org.mule.tck.model
 

Methods in org.mule.tck.model that return ObjectPool
abstract  ObjectPool AbstractPoolTestCase.createPool(MuleDescriptor descriptor, byte action)
           
 

Methods in org.mule.tck.model with parameters of type ObjectPool
abstract  ObjectFactory AbstractProxyPoolFactoryTestCase.getProxyFactory(MuleDescriptor descriptor, ObjectPool pool)
           
 

Uses of ObjectPool in org.mule.umo.model
 

Methods in org.mule.umo.model that return ObjectPool
 ObjectPool UMOPoolFactory.createPool(UMODescriptor descriptor, ObjectFactory factory)
           
 ObjectPool UMOPoolFactory.createPool(UMODescriptor descriptor)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.