|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractModel | |
|---|---|
| org.mule.config.support | |
| org.mule.model | |
| 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. |
| Uses of AbstractModel in org.mule.config.support |
|---|
| Subclasses of AbstractModel in org.mule.config.support | |
|---|---|
class |
InheritedModel
TODO |
| Uses of AbstractModel in org.mule.model |
|---|
| Method parameters in org.mule.model with type arguments of type AbstractModel | |
|---|---|
void |
ModelLifecycleManager.fireDisposePhase(LifecycleCallback<AbstractModel> callback)
|
void |
ModelLifecycleManager.fireInitialisePhase(LifecycleCallback<AbstractModel> callback)
|
void |
ModelLifecycleManager.fireStartPhase(LifecycleCallback<AbstractModel> callback)
|
void |
ModelLifecycleManager.fireStopPhase(LifecycleCallback<AbstractModel> callback)
|
| Constructors in org.mule.model with parameters of type AbstractModel | |
|---|---|
ModelLifecycleManager(AbstractModel model)
|
|
| Uses of AbstractModel in org.mule.model.seda |
|---|
| Subclasses of AbstractModel in org.mule.model.seda | |
|---|---|
class |
SedaModel
A mule service service model that uses SEDA principals to achieve high throughput by Queuing events for components and processing them concurrently. |
| Uses of AbstractModel in org.mule.module.jca |
|---|
| Subclasses of AbstractModel in org.mule.module.jca | |
|---|---|
class |
JcaModel
Creates a model suitable for Jca execution |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||