Package | Description |
---|---|
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.spring |
Support claases for Load Mule from Spring.
|
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.management.mbean |
Jmx Management beans for mule components, the model and the Mule server.
|
org.mule.registry | |
org.mule.service |
Modifier and Type | Method and Description |
---|---|
Model |
ModelServiceDescriptor.createModel() |
Modifier and Type | Method and Description |
---|---|
Model |
Registry.lookupModel(String name) |
Model |
Registry.lookupSystemModel() |
Modifier and Type | Method and Description |
---|---|
void |
Registry.registerModel(Model model) |
Modifier and Type | Method and Description |
---|---|
Model |
Service.getModel()
Returns the name of the model that this descriptor is registered with.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setModel(Model model)
Sets the Model name that this descriptor is registered within.
|
Modifier and Type | Method and Description |
---|---|
void |
SpringRegistry.registerModel(Model model) |
Modifier and Type | Class and Description |
---|---|
class |
InheritedModel
TODO
|
Constructor and Description |
---|
ModelNotification(Model model,
int action) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel
MuleModel is the default implementation of the Model. |
Modifier and Type | Method and Description |
---|---|
Model |
DefaultModelServiceDescriptor.createModel() |
Modifier and Type | Class and Description |
---|---|
class |
DirectModel |
Modifier and Type | Class and Description |
---|---|
class |
PipelineModel |
Modifier and Type | Class and Description |
---|---|
class |
SedaModel
A mule service service model that uses Seda principals to achieve high
throughput by Quing events for compoonents and processing them concurrently.
|
Constructor and Description |
---|
ModelService(Model model) |
Modifier and Type | Method and Description |
---|---|
Model |
AbstractRegistry.lookupModel(String name) |
Model |
AbstractRegistry.lookupSystemModel() |
Modifier and Type | Method and Description |
---|---|
void |
TransientRegistry.registerModel(Model model) |
Modifier and Type | Field and Description |
---|---|
protected Model |
AbstractService.model
The model in which this service is registered
|
Modifier and Type | Method and Description |
---|---|
Model |
AbstractService.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.setModel(Model model) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.