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

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

Uses of LifecyclePhase in org.mule.api.lifecycle
 

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 with parameters of type LifecyclePhase
 void GenericLifecycleManager.registerLifecycle(LifecyclePhase lci)
           
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 Management context LifecycleManager.
 class MuleContextStopPhase
          The Stop phase for the Management context LifecycleManager.
 class NotInLifecyclePhase
          This lifecycle phase marks the 'pre-lifecycle' phase of an object.
 class TransientRegistryDisposePhase
          The Dispose phase for the TransientRegistry LifecycleManager.
 class TransientRegistryInitialisePhase
          The Initialise phase for the TransientRegistry LifecycleManager.
 



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