Uses of Interface
org.mule.api.model.Model

Packages that use Model
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.api.registry   
org.mule.api.service   
org.mule.config.support   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.model   
org.mule.model.direct   
org.mule.model.pipeline   
org.mule.model.seda   
org.mule.module.jca 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.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.registry   
org.mule.service   
 

Uses of Model in org.mule.api.model
 

Methods in org.mule.api.model that return Model
 Model ModelServiceDescriptor.createModel()
           
 

Uses of Model in org.mule.api.registry
 

Methods in org.mule.api.registry that return Model
 Model MuleRegistry.lookupModel(String name)
           
 Model MuleRegistry.lookupSystemModel()
           
 

Methods in org.mule.api.registry with parameters of type Model
 void MuleRegistry.registerModel(Model model)
           
 

Uses of Model in org.mule.api.service
 

Methods in org.mule.api.service that return Model
 Model Service.getModel()
          Returns the name of the model that this descriptor is registered with.
 

Methods in org.mule.api.service with parameters of type Model
 void Service.setModel(Model model)
          Sets the Model name that this descriptor is registered within.
 

Uses of Model in org.mule.config.support
 

Classes in org.mule.config.support that implement Model
 class InheritedModel
          TODO
 

Uses of Model in org.mule.context.notification
 

Constructors in org.mule.context.notification with parameters of type Model
ModelNotification(Model model, int action)
           
 

Uses of Model in org.mule.model
 

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

Methods in org.mule.model that return Model
 Model DefaultModelServiceDescriptor.createModel()
           
 

Uses of Model in org.mule.model.direct
 

Classes in org.mule.model.direct that implement Model
 class DirectModel
           
 

Uses of Model in org.mule.model.pipeline
 

Classes in org.mule.model.pipeline that implement Model
 class PipelineModel
           
 

Uses of Model in org.mule.model.seda
 

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

Uses of Model in org.mule.module.jca
 

Classes in org.mule.module.jca that implement Model
 class JcaModel
          Creates a model suitable for Jca execution
 

Uses of Model in org.mule.module.management.mbean
 

Constructors in org.mule.module.management.mbean with parameters of type Model
ModelService(Model model)
           
 

Uses of Model in org.mule.registry
 

Methods in org.mule.registry that return Model
 Model MuleRegistryHelper.lookupModel(String name)
           
 Model MuleRegistryHelper.lookupSystemModel()
           
 

Methods in org.mule.registry with parameters of type Model
 void MuleRegistryHelper.registerModel(Model model)
           
 

Uses of Model in org.mule.service
 

Fields in org.mule.service declared as Model
protected  Model AbstractService.model
          The model in which this service is registered
 

Methods in org.mule.service that return Model
 Model AbstractService.getModel()
           
 

Methods in org.mule.service with parameters of type Model
 void AbstractService.setModel(Model model)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.