|
|||||||||||
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.extras.hivemind | Provides extensions to use HiveMind with Mule, such as using the registry as a factory for Mule managed objects. |
org.mule.extras.picocontainer | Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects. |
org.mule.extras.spring | Provides extensions to use the Spring framework with Mule such as utilising the spring container to build components managed by Mule. |
org.mule.impl.container | Internal container context implementation and Jndi container implementation. |
org.mule.tck.model | Test suite for testing Model releated extensions. |
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 |
Fields in org.mule.config.builders declared as UMOContainerContext | |
protected UMOContainerContext |
ObjectGetOrCreateRule.context
|
Methods in org.mule.config.builders that return UMOContainerContext | |
protected UMOContainerContext |
ObjectGetOrCreateRule.getContainer()
|
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.extras.hivemind |
Classes in org.mule.extras.hivemind that implement UMOContainerContext | |
class |
HiveMindContext
HiveMindContext is a HiveMind Context that can expose HiveMind
managed services for use in the Mule framework. |
Uses of UMOContainerContext in org.mule.extras.picocontainer |
Classes in org.mule.extras.picocontainer that implement UMOContainerContext | |
class |
PicoContainerContext
PicoContainerContext is a Pico Context that can expose pico-managed
components for use in the Mule framework. |
Uses of UMOContainerContext in org.mule.extras.spring |
Classes in org.mule.extras.spring that implement UMOContainerContext | |
class |
SpringContainerContext
SpringContainerContext is a Spring Context that can expose
spring-managed components for use in the Mule framework. |
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 from the descriptors' own properties. |
class |
EjbContainerContext
EjbContainerContext is a container implementaiton that allows EJB
Session beans to be referenced as Mule managed UMOs |
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.tck.model |
Methods in org.mule.tck.model that return UMOContainerContext | |
abstract UMOContainerContext |
AbstractContainerContextTestCase.getContainerContext()
|
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 |