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 The Mule implementation of the Universal Message Objects(tm) API specification. 
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 ContainerContext, 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 CommonsPoolFactory.createPool(UMODescriptor descriptor)
           
 

Constructors in org.mule.config.pool with parameters of type ObjectPool
CommonsPoolProxyFactory(MuleDescriptor descriptor, ObjectPool pool)
          Creates a pool factory using the descriptor as the basis for creating its objects
AbstractProxyFactory(MuleDescriptor descriptor, ObjectPool pool)
          Creates a pool factory using the descriptor as the basis for creating its objects
 

Uses of ObjectPool in org.mule.impl
 

Constructors in org.mule.impl with parameters of type ObjectPool
MuleProxy(java.lang.Object 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)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.