|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.lifecycle.phases.DefaultLifecyclePhase
org.mule.service.ResumePhase
public class ResumePhase
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResumePhase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |