Uses of Class
org.mule.lifecycle.phases.DefaultLifecyclePhase

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

Uses of DefaultLifecyclePhase in org.mule.lifecycle.phases
 

Subclasses of DefaultLifecyclePhase in org.mule.lifecycle.phases
 class ContainerManagedLifecyclePhase
          A container-managed lifecycle phase is called by the container itself.
 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
          The MuleContextInitialisePhase defines the lifecycle behaviour when the Mule context is initialised.
 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.
 

Uses of DefaultLifecyclePhase in org.mule.service
 

Subclasses of DefaultLifecyclePhase in org.mule.service
 class PausePhase
          Defines a phase phase that will invoke the Pausable.pause() method on an object.
 class ResumePhase
          Resume phase happens only alfter a pause phase.
 



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