|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOContainerContext | |
| org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
| org.mule.config.builders | Various configuration builders for configuring a Mule Instance. |
| org.mule.impl.container | Internal container context implementation and Jndi container implementation. |
| org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
| Uses of UMOContainerContext in org.mule |
| Methods in org.mule that return UMOContainerContext | |
UMOContainerContext |
MuleManager.getContainerContext()
associates a Dependency Injector container with Mule. |
| Methods in org.mule with parameters of type UMOContainerContext | |
void |
MuleManager.setContainerContext(UMOContainerContext container)
associates a Dependency Injector container or Jndi container with Mule. |
| Uses of UMOContainerContext in org.mule.config.builders |
| Methods in org.mule.config.builders with parameters of type UMOContainerContext | |
void |
ContainerReference.resolveReference(UMOContainerContext ctx)
|
void |
QuickConfigurationBuilder.setContainerContext(UMOContainerContext ctx)
Sets the component resolver on the model. |
| Uses of UMOContainerContext in org.mule.impl.container |
| Classes in org.mule.impl.container that implement UMOContainerContext | |
class |
AbstractContainerContext
AbstractContainerContext provides base container configuration
functions for handling embedded configuration |
class |
DescriptorContainerContext
will Load the component form the descriptors' own properties |
class |
JndiContainerContext
JndiContainerContext is a container implementaiton that exposes a
jndi context. |
class |
MuleContainerContext
MuleContainerContext is a default resolver that doesn't support
external reference resolution. |
class |
MultiContainerContext
MultiContainerContext is a container that hosts other containers
from which components are queried. |
class |
PropertiesContainerContext
Provides a facade for accessing System properties and properties on the ManagementContext. |
class |
RmiContainerContext
RmiContainerContext is a container implementaiton that allows RMi
objects to be referenced either as components or properties on components |
| Methods in org.mule.impl.container that return UMOContainerContext | |
UMOContainerContext |
MultiContainerContext.removeContainer(String name)
|
| Methods in org.mule.impl.container with parameters of type UMOContainerContext | |
void |
MultiContainerContext.addContainer(UMOContainerContext container)
|
| Uses of UMOContainerContext in org.mule.umo.manager |
| Methods in org.mule.umo.manager that return UMOContainerContext | |
UMOContainerContext |
UMOManager.getContainerContext()
associates a Dependency Injector container with Mule. |
| Methods in org.mule.umo.manager with parameters of type UMOContainerContext | |
void |
UMOManager.setContainerContext(UMOContainerContext context)
associates a Dependency Injector container with Mule. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||