|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoolingProfile | |
org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
org.mule.config.pool | A Mule pooling implementation using Jakarta commons-pool. |
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. |
org.mule.impl.model.seda | |
org.mule.umo.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
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.config.pool |
Methods in org.mule.config.pool with parameters of type PoolingProfile | |
ObjectPool |
CommonsPoolFactory.createPool(UMODescriptor descriptor,
UMOModel model,
ObjectFactory factory,
PoolingProfile pp)
|
ObjectPool |
CommonsPoolFactory.createPool(UMODescriptor descriptor,
UMOModel model,
PoolingProfile pp)
|
Constructors in org.mule.config.pool with parameters of type PoolingProfile | |
CommonsPoolProxyPool(MuleDescriptor descriptor,
UMOModel model,
ObjectFactory factory,
PoolingProfile pp)
Creates a new pool and an Object factory with the UMODescriptor |
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)
|
Uses of PoolingProfile in org.mule.impl.model.seda |
Fields in org.mule.impl.model.seda declared as PoolingProfile | |
protected PoolingProfile |
SedaModel.poolingProfile
the pooling configuration used when initialising the component described by this descriptor. |
protected PoolingProfile |
SedaComponent.poolingProfile
The pooling configuration used when initialising the component described by this descriptor. |
Methods in org.mule.impl.model.seda that return PoolingProfile | |
PoolingProfile |
SedaModel.getPoolingProfile()
|
PoolingProfile |
SedaComponent.getPoolingProfile()
|
Methods in org.mule.impl.model.seda with parameters of type PoolingProfile | |
void |
SedaModel.setPoolingProfile(PoolingProfile poolingProfile)
|
void |
SedaComponent.setPoolingProfile(PoolingProfile poolingProfile)
|
Uses of PoolingProfile in org.mule.umo.model |
Methods in org.mule.umo.model with parameters of type PoolingProfile | |
ObjectPool |
UMOPoolFactory.createPool(UMODescriptor descriptor,
UMOModel model,
ObjectFactory factory,
PoolingProfile pp)
|
ObjectPool |
UMOPoolFactory.createPool(UMODescriptor descriptor,
UMOModel model,
PoolingProfile pp)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |