Uses of Class
org.mule.config.PoolingProfile

Packages that use PoolingProfile
org.mule.component   
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.model.seda   
org.mule.util.pool   
 

Uses of PoolingProfile in org.mule.component
 

Fields in org.mule.component declared as PoolingProfile
protected  PoolingProfile PooledJavaComponent.poolingProfile
           
 

Methods in org.mule.component that return PoolingProfile
 PoolingProfile PooledJavaComponent.getPoolingProfile()
           
 

Methods in org.mule.component with parameters of type PoolingProfile
 void PooledJavaComponent.setPoolingProfile(PoolingProfile poolingProfile)
           
 

Constructors in org.mule.component with parameters of type PoolingProfile
PooledJavaComponent(ObjectFactory objectFactory, PoolingProfile poolingProfile)
           
PooledJavaComponent(ObjectFactory objectFactory, PoolingProfile poolingProfile, EntryPointResolverSet entryPointResolverSet, List<InterfaceBinding> bindings)
           
 

Uses of PoolingProfile in org.mule.config
 

Constructors in org.mule.config with parameters of type PoolingProfile
PoolingProfile(PoolingProfile pp)
           
 

Uses of PoolingProfile in org.mule.model.seda
 

Fields in org.mule.model.seda declared as PoolingProfile
protected  PoolingProfile SedaModel.poolingProfile
          Deprecated. the pooling configuration used when initialising the service described by this descriptor.
 

Methods in org.mule.model.seda that return PoolingProfile
 PoolingProfile SedaModel.getPoolingProfile()
          Deprecated.  
 

Methods in org.mule.model.seda with parameters of type PoolingProfile
 void SedaModel.setPoolingProfile(PoolingProfile poolingProfile)
          Deprecated.  
 

Uses of PoolingProfile in org.mule.util.pool
 

Fields in org.mule.util.pool declared as PoolingProfile
protected  PoolingProfile CommonsPoolObjectPool.poolingProfile
          The pooling profile used to configure and initialise pool
 

Constructors in org.mule.util.pool with parameters of type PoolingProfile
CommonsPoolObjectPool(ObjectFactory objectFactory, PoolingProfile poolingProfile, MuleContext muleContext)
          Creates a new pool and an Object factory with the ServiceDescriptor
DefaultLifecycleEnabledObjectPool(ObjectFactory objectFactory, PoolingProfile poolingProfile, MuleContext muleContext)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.