Uses of Package
org.mule.umo.manager

Packages that use org.mule.umo.manager
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.groovy.config   
org.mule.extras.jotm Provides access to the Jotm transaction manager for User and Xa transactions. 
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.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
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.impl.internal.admin Admin compoennts and Agents used to control and Monitor Mule 
org.mule.impl.internal.events Internal server event types fired via the MuleManager. 
org.mule.impl.work   
org.mule.management.agents   
org.mule.management.mbeans   
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.ra A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
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 
 

Classes in org.mule.umo.manager used by org.mule
UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
UMOServerEventListener
          UMOServerEventListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the sevrver, model and components stop, start, initilise, etc.
 

Classes in org.mule.umo.manager used by org.mule.config
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOWorkManager
          UMOWorkManager TODO
 

Classes in org.mule.umo.manager used by org.mule.config.builders
ContainerException
          ContainerException is an Exception thrown by the component resolver when it fials to find a component
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo.manager used by org.mule.extras.client
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo.manager used by org.mule.extras.groovy.config
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo.manager used by org.mule.extras.jotm
UMOTransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.umo.manager used by org.mule.extras.picocontainer
ContainerException
          ContainerException is an Exception thrown by the component resolver when it fials to find a component
ObjectNotFoundException
          ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
 

Classes in org.mule.umo.manager used by org.mule.extras.plexus
ContainerException
          ContainerException is an Exception thrown by the component resolver when it fials to find a component
ObjectNotFoundException
          ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
 

Classes in org.mule.umo.manager used by org.mule.extras.spring
ContainerException
          ContainerException is an Exception thrown by the component resolver when it fials to find a component
ObjectNotFoundException
          ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
 

Classes in org.mule.umo.manager used by org.mule.extras.spring.config
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOTransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.umo.manager used by org.mule.impl
ContainerException
          ContainerException is an Exception thrown by the component resolver when it fials to find a component
ObjectNotFoundException
          ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
 

Classes in org.mule.umo.manager used by org.mule.impl.container
ContainerException
          ContainerException is an Exception thrown by the component resolver when it fials to find a component
ObjectNotFoundException
          ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
 

Classes in org.mule.umo.manager used by org.mule.impl.internal.admin
UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
 

Classes in org.mule.umo.manager used by org.mule.impl.internal.events
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
UMOServerEventListener
          UMOServerEventListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the sevrver, model and components stop, start, initilise, etc.
 

Classes in org.mule.umo.manager used by org.mule.impl.work
UMOWorkManager
          UMOWorkManager TODO
 

Classes in org.mule.umo.manager used by org.mule.management.agents
UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
 

Classes in org.mule.umo.manager used by org.mule.management.mbeans
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo.manager used by org.mule.providers
UMOWorkManager
          UMOWorkManager TODO
 

Classes in org.mule.umo.manager used by org.mule.providers.soap.axis
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
UMOServerEventListener
          UMOServerEventListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the sevrver, model and components stop, start, initilise, etc.
 

Classes in org.mule.umo.manager used by org.mule.ra
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
UMOWorkManager
          UMOWorkManager TODO
 

Classes in org.mule.umo.manager used by org.mule.tck
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo.manager used by org.mule.tck.functional
UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 

Classes in org.mule.umo.manager used by org.mule.tck.model
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
 

Classes in org.mule.umo.manager used by org.mule.umo.manager
ContainerException
          ContainerException is an Exception thrown by the component resolver when it fials to find a component
ManagerException
          ManagerException is thrown when an exception occurs with Manager objects
ObjectNotFoundException
          ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
UMOServerEvent
          UMOServerEvent is an event triggered by something happening in the Server itself such as the server starting or a component being registered
UMOServerEventListener
          UMOServerEventListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the sevrver, model and components stop, start, initilise, etc.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.