|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectNotFoundException | |
org.mule.extras.picocontainer | Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects and PicoPool for pooling Mule components. |
org.mule.extras.plexus | |
org.mule.extras.spring | Provides extensions to use the Spring framework with Mule such as utilising the the spring container to build components managed by Mule. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
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.picocontainer |
Methods in org.mule.extras.picocontainer that throw ObjectNotFoundException | |
java.lang.Object |
PicoContainerContext.getComponent(java.lang.Object key)
|
Uses of ObjectNotFoundException in org.mule.extras.plexus |
Methods in org.mule.extras.plexus that throw ObjectNotFoundException | |
java.lang.Object |
PlexusContainerContext.getComponent(java.lang.Object key)
|
Uses of ObjectNotFoundException in org.mule.extras.spring |
Methods in org.mule.extras.spring that throw ObjectNotFoundException | |
java.lang.Object |
SpringContainerContext.getComponent(java.lang.Object key)
|
Uses of ObjectNotFoundException in org.mule.impl |
Methods in org.mule.impl that throw ObjectNotFoundException | |
protected java.lang.Class |
ImmutableMuleDescriptor.getImplementationForReference(java.lang.String reference)
A helper method that will resolved a component for a given reference id. |
Uses of ObjectNotFoundException in org.mule.impl.container |
Methods in org.mule.impl.container that throw ObjectNotFoundException | |
java.lang.Object |
MultiContainerContext.getComponent(java.lang.Object key)
|
java.lang.Object |
MuleContainerContext.getComponent(java.lang.Object key)
|
java.lang.Object |
JndiContainerContext.getComponent(java.lang.Object key)
|
Uses of ObjectNotFoundException in org.mule.umo.manager |
Methods in org.mule.umo.manager that throw ObjectNotFoundException | |
java.lang.Object |
UMOContainerContext.getComponent(java.lang.Object key)
Queries a component from the underlying container |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |