|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectPool | |
---|---|
org.mule.config.pool | A Mule pooling implementation using Jakarta commons-pool. |
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 |
CommonsPoolFactory.createPool(UMODescriptor descriptor,
UMOModel model,
ObjectFactory factory,
PoolingProfile pp)
|
ObjectPool |
CommonsPoolFactory.createPool(UMODescriptor descriptor,
UMOModel model,
PoolingProfile pp)
|
ObjectPool |
AbstractProxyFactory.getPool()
|
Methods in org.mule.config.pool with parameters of type ObjectPool | |
---|---|
void |
AbstractProxyFactory.setPool(ObjectPool pool)
|
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. |
Methods in org.mule.impl.model.seda that return ObjectPool | |
---|---|
protected ObjectPool |
SedaComponent.createPool()
|
Uses of ObjectPool in org.mule.impl.model.seda.optimised |
---|
Methods in org.mule.impl.model.seda.optimised that return ObjectPool | |
---|---|
protected ObjectPool |
OptimisedSedaComponent.createPool()
|
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,
UMOModel model,
ObjectFactory factory,
PoolingProfile pp)
|
ObjectPool |
UMOPoolFactory.createPool(UMODescriptor descriptor,
UMOModel model,
PoolingProfile pp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |