|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectNotFoundException | |
---|---|
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.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
Uses of ObjectNotFoundException in org.mule.extras.hivemind |
---|
Methods in org.mule.extras.hivemind that throw ObjectNotFoundException | |
---|---|
Object |
HiveMindContext.getComponent(Object key)
|
Uses of ObjectNotFoundException in org.mule.extras.picocontainer |
---|
Methods in org.mule.extras.picocontainer that throw ObjectNotFoundException | |
---|---|
Object |
PicoContainerContext.getComponent(Object key)
|
Uses of ObjectNotFoundException in org.mule.extras.spring |
---|
Methods in org.mule.extras.spring that throw ObjectNotFoundException | |
---|---|
Object |
SpringContainerContext.getComponent(Object key)
|
Uses of ObjectNotFoundException in org.mule.impl.container |
---|
Methods in org.mule.impl.container that throw ObjectNotFoundException | |
---|---|
Object |
EjbContainerContext.getComponent(Object key)
|
Object |
DescriptorContainerContext.getComponent(Object key)
Queries a component from the underlying container |
Object |
MuleContainerContext.getComponent(Object key)
|
Object |
PropertiesContainerContext.getComponent(Object key)
Queries a component from the underlying container. |
Object |
RmiContainerContext.getComponent(Object key)
|
Object |
JndiContainerContext.getComponent(Object key)
|
Object |
MultiContainerContext.getComponent(Object key)
|
Uses of ObjectNotFoundException in org.mule.umo.manager |
---|
Methods in org.mule.umo.manager that throw ObjectNotFoundException | |
---|---|
Object |
UMOContainerContext.getComponent(Object key)
Queries a component from the underlying container |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |