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 LifecyclePair.getBegin()
          The beginning lifecycle phase in the pair i.e.
 LifecyclePhase LifecyclePair.getEnd()
          The end lifecycle phase in the pair i.e.
 

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 DefaultLifecyclePair.getBegin()
           
 LifecyclePhase DefaultLifecyclePair.getEnd()
           
protected  LifecyclePhase RegistryLifecycleManager.getPhaseForIndex(int phaseIndex)
           
protected  LifecyclePhase RegistryLifecycleManager.lookupPhase(String phase)
           
 

Methods in org.mule.lifecycle that return types with arguments of type LifecyclePhase
protected  List<LifecyclePhase> RegistryLifecycleManager.getPhasesIndex()
           
 

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

Constructors in org.mule.lifecycle with parameters of type LifecyclePhase
DefaultLifecyclePair(LifecyclePhase begin, LifecyclePhase end)
           
 

Uses of LifecyclePhase in org.mule.lifecycle.phases
 

Classes in org.mule.lifecycle.phases that implement LifecyclePhase
 class ContainerManagedDisposePhase
          A lifecycle phase that will delegate any lifecycle invocations to a container such as Spring or Guice
 class ContainerManagedInitialisePhase
          A lifecycle phase that will delegate any lifecycle invocations to a container such as Spring or Guice
 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-2010 MuleSoft, Inc.. All Rights Reserved.