org.mule.service
Class ResumePhase

java.lang.Object
  extended by org.mule.lifecycle.phases.DefaultLifecyclePhase
      extended by org.mule.service.ResumePhase
All Implemented Interfaces:
MuleContextAware, LifecyclePhase, NamedObject

public class ResumePhase
extends DefaultLifecyclePhase

Resume phase happens only alfter a pause phase. Resume is a reverse lifecycle phase since it reverts the lifecycle state to the state previous to the lifecycle pair invocation. i.e. if a services was started, then paused, then resumed, its lifecycle state is reverted to 'start' not 'resume'.


Field Summary
 
Fields inherited from class org.mule.lifecycle.phases.DefaultLifecyclePhase
logger
 
Fields inherited from interface org.mule.api.lifecycle.LifecyclePhase
ALL_PHASES
 
Constructor Summary
ResumePhase()
           
 
Method Summary
 
Methods inherited from class org.mule.lifecycle.phases.DefaultLifecyclePhase
addOrderedLifecycleObject, applyLifecycle, getIgnoredObjectTypes, getLifecycleClass, getName, getOppositeLifecyclePhase, getOrderedLifecycleObjects, getSupportedPhases, ignoreType, isPhaseSupported, registerSupportedPhase, removeOrderedLifecycleObject, setIgnoredObjectTypes, setLifecycleClass, setMuleContext, setOrderedLifecycleObjects, setSupportedPhases, sortLifecycleInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResumePhase

public ResumePhase()


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