Uses of Class
org.mule.config.PoolingProfile

Packages that use PoolingProfile
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
 

Uses of PoolingProfile in org.mule.config
 

Methods in org.mule.config that return PoolingProfile
 PoolingProfile MuleConfiguration.getPoolingProfile()
           
 

Methods in org.mule.config with parameters of type PoolingProfile
 void MuleConfiguration.setPoolingProfile(PoolingProfile poolingProfile)
           
 

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

Uses of PoolingProfile in org.mule.extras.spring.config
 

Methods in org.mule.extras.spring.config that return PoolingProfile
 PoolingProfile MuleConfigurationFactoryBean.getPoolingProfile()
          Deprecated.  
 

Methods in org.mule.extras.spring.config with parameters of type PoolingProfile
 void MuleConfigurationFactoryBean.setPoolingProfile(PoolingProfile poolingProfile)
          Deprecated.  
 

Uses of PoolingProfile in org.mule.impl
 

Fields in org.mule.impl declared as PoolingProfile
protected  PoolingProfile ImmutableMuleDescriptor.poolingProfile
          the pooling configuration used when initialising the component described by this descriptor.
 

Methods in org.mule.impl that return PoolingProfile
 PoolingProfile ImmutableMuleDescriptor.getPoolingProfile()
           
 

Methods in org.mule.impl with parameters of type PoolingProfile
 void MuleDescriptor.setPoolingProfile(PoolingProfile poolingProfile)
           
 



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