Uses of Class
org.mule.lifecycle.DefaultLifecyclePhase

Packages that use DefaultLifecyclePhase
org.mule.lifecycle   
org.mule.lifecycle.phases   
 

Uses of DefaultLifecyclePhase in org.mule.lifecycle
 

Subclasses of DefaultLifecyclePhase in org.mule.lifecycle
 class ContainerManagedLifecyclePhase
          A container-managed lifecycle phase is called by the container itself.
 

Uses of DefaultLifecyclePhase in org.mule.lifecycle.phases
 

Subclasses of DefaultLifecyclePhase in org.mule.lifecycle.phases
 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.