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

Packages that use LifecyclePhase
org.mule.api.lifecycle Lifecycle interfaces for all Components. 
org.mule.lifecycle   
org.mule.lifecycle.phases   
 

Uses of LifecyclePhase in org.mule.api.lifecycle
 

Methods in org.mule.api.lifecycle that return LifecyclePhase
 LifecyclePhase LifecycleManager.applyPhase(Collection objects, String phase)
          Applies lifecycle phase to a collection of objects.
 

Methods in org.mule.api.lifecycle with parameters of type LifecyclePhase
 void LifecycleManager.registerLifecycle(LifecyclePhase lci)
           
 

Uses of LifecyclePhase in org.mule.lifecycle
 

Classes in org.mule.lifecycle that implement LifecyclePhase
 class ContainerManagedLifecyclePhase
          A container-managed lifecycle phase is called by the container itself.
 class DefaultLifecyclePhase
          Represents a configurable lifecycle phase.
 

Methods in org.mule.lifecycle that return LifecyclePhase
 LifecyclePhase GenericLifecycleManager.applyPhase(Collection objects, String phase)
           
protected  LifecyclePhase GenericLifecycleManager.lookupPhase(String phase)
           
 

Methods in org.mule.lifecycle with parameters of type LifecyclePhase
 void GenericLifecycleManager.registerLifecycle(LifecyclePhase phase)
           
protected  void GenericLifecycleManager.setCurrentPhase(LifecyclePhase phase)
           
 

Uses of LifecyclePhase in org.mule.lifecycle.phases
 

Classes in org.mule.lifecycle.phases that implement LifecyclePhase
 class MuleContextDisposePhase
          Objects are disposed of via the Registry since the Registry manages the creation/initialisation of the objects it must also take care of disposing them.
 class MuleContextInitialisePhase
          Since all objects are created and initialised in the registry, the Initialise lifecyclePhase is always taken care of by the Registry, hence this class extends ContainerManagedLifecyclePhase
 class MuleContextStartPhase
          The Start phase for the MuleContext.
 class MuleContextStopPhase
          The Stop phase for the Management context LifecycleManager.
 class NotInLifecyclePhase
          This lifecycle phase marks the 'pre-lifecycle' phase of an object.
 



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