Uses of Interface
org.mule.umo.model.UMOModel

Packages that use UMOModel
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.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.internal.notifications Internal server notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication types fired via the MuleManager. 
org.mule.impl.model   
org.mule.impl.model.direct   
org.mule.impl.model.pipeline   
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
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.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
 

Uses of UMOModel in org.mule
 

Methods in org.mule that return UMOModel
 UMOModel MuleManager.getModel()
          The model used for managing components for this server
 

Methods in org.mule with parameters of type UMOModel
 void MuleManager.setModel(UMOModel model)
          The model used for managing components for this server
 

Uses of UMOModel in org.mule.config.builders
 

Methods in org.mule.config.builders with parameters of type UMOModel
 void QuickConfigurationBuilder.registerModel(UMOModel model)
           
 

Uses of UMOModel in org.mule.extras.spring.config
 

Methods in org.mule.extras.spring.config with parameters of type UMOModel
 void UMOManagerFactoryBean.setModel(UMOModel model)
           
 

Uses of UMOModel in org.mule.impl.internal.notifications
 

Constructors in org.mule.impl.internal.notifications with parameters of type UMOModel
ModelNotification(UMOModel message, int action)
           
 

Uses of UMOModel in org.mule.impl.model
 

Classes in org.mule.impl.model that implement UMOModel
 class AbstractModel
          MuleModel is the default implementation of the UMOModel.
 

Fields in org.mule.impl.model declared as UMOModel
protected  UMOModel AbstractComponent.model
          The model in which this component is registered
 

Methods in org.mule.impl.model that return UMOModel
static UMOModel ModelFactory.createModel(String type)
           
 

Constructors in org.mule.impl.model with parameters of type UMOModel
AbstractComponent(MuleDescriptor descriptor, UMOModel model)
          Default constructor
 

Uses of UMOModel in org.mule.impl.model.direct
 

Classes in org.mule.impl.model.direct that implement UMOModel
 class DirectModel
          todo document
 

Constructors in org.mule.impl.model.direct with parameters of type UMOModel
DirectComponent(MuleDescriptor descriptor, UMOModel model)
           
 

Uses of UMOModel in org.mule.impl.model.pipeline
 

Classes in org.mule.impl.model.pipeline that implement UMOModel
 class PipelineModel
          todo document
 

Constructors in org.mule.impl.model.pipeline with parameters of type UMOModel
PipelineComponent(MuleDescriptor descriptor, UMOModel model)
           
 

Uses of UMOModel in org.mule.impl.model.seda
 

Classes in org.mule.impl.model.seda that implement UMOModel
 class SedaModel
          A mule component service model that uses Seda principals to achieve high throughput by Quing events for compoonents and processing them concurrently.
 

Uses of UMOModel in org.mule.impl.model.seda.optimised
 

Classes in org.mule.impl.model.seda.optimised that implement UMOModel
 class OptimisedSedaModel
          A mule component service model that uses Seda principals to achieve high throughput by Quing events for compoonents and processing them concurrently.
 

Uses of UMOModel in org.mule.ra
 

Classes in org.mule.ra that implement UMOModel
 class JcaModel
          Creates a model suitable for Jca execution
 

Uses of UMOModel in org.mule.umo.manager
 

Methods in org.mule.umo.manager that return UMOModel
 UMOModel UMOManager.getModel()
          The model used for managing components for this server
 

Methods in org.mule.umo.manager with parameters of type UMOModel
 void UMOManager.setModel(UMOModel model)
          The model used for managing components for this server
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.