| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
JavaComponent.getObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaComponent.setObjectFactory(ObjectFactory objectFactory)
The object factory used to obtain the component object instance.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
ObjectPool.getObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPool.setObjectFactory(ObjectFactory objectFactory) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
PooledJavaComponent.LifeCycleAdapterFactory
LifeCycleAdaptorFactory wraps the Component' s ObjectFactory. |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectFactory |
AbstractJavaComponent.objectFactory |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
AbstractJavaComponent.getObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJavaComponent.setObjectFactory(ObjectFactory objectFactory) |
void |
SimpleCallableJavaComponent.setObjectFactory(ObjectFactory objectFactory) |
| Constructor and Description |
|---|
AbstractJavaComponent(ObjectFactory objectFactory) |
AbstractJavaComponent(ObjectFactory objectFactory,
EntryPointResolverSet entryPointResolverSet) |
DefaultJavaComponent(ObjectFactory objectFactory) |
DefaultJavaComponent(ObjectFactory objectFactory,
EntryPointResolverSet entryPointResolverSet) |
PooledJavaComponent(ObjectFactory objectFactory) |
PooledJavaComponent(ObjectFactory objectFactory,
org.mule.runtime.api.config.PoolingProfile poolingProfile) |
PooledJavaComponent(ObjectFactory objectFactory,
org.mule.runtime.api.config.PoolingProfile poolingProfile,
EntryPointResolverSet entryPointResolverSet) |
SimpleCallableJavaComponent(ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
BeanBuilderTransformer.getBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanBuilderTransformer.setBeanFactory(ObjectFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
DefaultLifecycleEnabledObjectPool.getObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLifecycleEnabledObjectPool.setObjectFactory(ObjectFactory objectFactory) |
| Constructor and Description |
|---|
DefaultLifecycleEnabledObjectPool(ObjectFactory objectFactory,
org.mule.runtime.api.config.PoolingProfile poolingProfile,
MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectFactory |
CommonsPoolObjectPool.objectFactory
The ObjectFactory used to create new pool instances
|
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
CommonsPoolObjectPool.getObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonsPoolObjectPool.setObjectFactory(ObjectFactory objectFactory) |
| Constructor and Description |
|---|
CommonsPoolObjectPool(ObjectFactory objectFactory,
org.mule.runtime.api.config.PoolingProfile poolingProfile,
MuleContext muleContext)
Creates a new pool and an Object factory with the ServiceDescriptor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectFactory
Creates object instances based on the class and sets any properties.
|
class |
JndiObjectFactory |
class |
PrototypeObjectFactory
Creates a new instance of the object on each call.
|
class |
SingletonObjectFactory
Creates an instance of the object once and then always returns the same instance.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.