| Package | Description |
|---|---|
| org.mule.runtime.core.api.util.pool | |
| org.mule.runtime.core.internal.pool | |
| org.mule.runtime.core.internal.util.pool |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LifecyleEnabledObjectPool
An ObjectPool that allows Start and Stop life-cycle to be propagated pooled object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLifecycleEnabledObjectPool
A LifecyleEnabledObjectPool implementation for pooling
LifecycleAdapter instances for implementations of
JavaComponent that require LifecycleAdapter pooling such as PooledJavaComponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsPoolObjectPool
CommonsPoolProxyPool is an implementation of ObjectPool that internally uses the commons-pool
GenericObjectPool and uses a ObjectFactory for creating new pooled instances. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.