Uses of Interface
org.mule.api.lifecycle.LifecycleManager

Packages that use LifecycleManager
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.context Mule Context APIs, including the MuleContext, agent and server event interfaces 
org.mule.api.service   
org.mule.component   
org.mule.config.builders   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.construct   
org.mule.context   
org.mule.lifecycle   
org.mule.model   
org.mule.processor   
org.mule.service   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
 

Uses of LifecycleManager in org.mule
 

Methods in org.mule that return LifecycleManager
 LifecycleManager DefaultMuleContext.getLifecycleManager()
           
 

Uses of LifecycleManager in org.mule.api
 

Methods in org.mule.api that return LifecycleManager
 LifecycleManager MuleContext.getLifecycleManager()
           
 

Uses of LifecycleManager in org.mule.api.context
 

Methods in org.mule.api.context with parameters of type LifecycleManager
 void MuleContextBuilder.setLifecycleManager(LifecycleManager lifecycleManager)
           
 

Uses of LifecycleManager in org.mule.api.service
 

Methods in org.mule.api.service that return LifecycleManager
 LifecycleManager Service.getLifecycleManager()
           
 

Uses of LifecycleManager in org.mule.component
 

Classes in org.mule.component that implement LifecycleManager
 class ComponentLifecycleManager
          The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
 

Uses of LifecycleManager in org.mule.config.builders
 

Methods in org.mule.config.builders with parameters of type LifecycleManager
protected  void AbstractConfigurationBuilder.applyLifecycle(LifecycleManager lifecycleManager)
          Allows a configuration builder to check and customise the lifecycle of objects in the registry being used.
 

Uses of LifecycleManager in org.mule.config.spring
 

Classes in org.mule.config.spring that implement LifecycleManager
 class SpringRegistryLifecycleManager
           
 

Methods in org.mule.config.spring with parameters of type LifecycleManager
protected  void SpringXmlConfigurationBuilder.applyLifecycle(LifecycleManager lifecycleManager)
           
 

Uses of LifecycleManager in org.mule.construct
 

Classes in org.mule.construct that implement LifecycleManager
 class FlowConstructLifecycleManager
          The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
 

Uses of LifecycleManager in org.mule.context
 

Methods in org.mule.context with parameters of type LifecycleManager
 void DefaultMuleContextBuilder.setLifecycleManager(LifecycleManager manager)
           
 

Uses of LifecycleManager in org.mule.lifecycle
 

Classes in org.mule.lifecycle that implement LifecycleManager
 class AbstractLifecycleManager<O>
          This is a base implementation of the LifecycleManager interface and provides almost all the plumbing required to write a LifecycleManager implementation.
 class MuleContextLifecycleManager
          This is a specialized class that extends RegistryLifecycleManager and will invoke lifecycle on the registry instance for the MuleContext.
 class RegistryBrokerLifecycleManager
           
 class RegistryLifecycleManager
           
 class SimpleLifecycleManager<O>
          This LifecycleManager implementation is designed to track the lifecycle of objects that support the Initialisable.PHASE_NAME, Startable.PHASE_NAME, Stoppable.PHASE_NAME and Disposable.PHASE_NAME phases and adds convenience methods for firing these phases by callbacks.
 

Uses of LifecycleManager in org.mule.model
 

Classes in org.mule.model that implement LifecycleManager
 class ModelLifecycleManager
          Handles Lifecycle transitions for Model implementations
 

Uses of LifecycleManager in org.mule.processor
 

Classes in org.mule.processor that implement LifecycleManager
 class SedaStageLifecycleManager
          The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
 

Uses of LifecycleManager in org.mule.service
 

Classes in org.mule.service that implement LifecycleManager
 class ServiceLifecycleManager
          The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
 

Methods in org.mule.service that return LifecycleManager
 LifecycleManager AbstractService.getLifecycleManager()
           
 

Uses of LifecycleManager in org.mule.transport
 

Classes in org.mule.transport that implement LifecycleManager
 class ConnectableLifecycleManager<O>
          TODO
 class ConnectorLifecycleManager
          Manages the lifecycle of connectors in Mule.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.