public class FlowConstructLifecycleManager extends SimpleLifecycleManager<FlowConstruct>
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
logger used by this class
|
protected MuleContext |
muleContext |
completedPhases, currentPhase, executingPhase, lifecycleManagerId, object, phaseNames, state| Constructor and Description |
|---|
FlowConstructLifecycleManager(FlowConstruct flowConstruct,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
fireDisposePhase(LifecycleCallback<FlowConstruct> callback) |
void |
fireInitialisePhase(LifecycleCallback<FlowConstruct> callback) |
protected void |
fireNotification(int action) |
void |
fireStartPhase(LifecycleCallback<FlowConstruct> callback) |
void |
fireStopPhase(LifecycleCallback<FlowConstruct> callback) |
fireLifecycle, registerTransitionsaddDirectTransition, applyCompletedPhases, applyPhase, checkPhase, createLifecycleState, doOnConnectException, getCurrentPhase, getExecutingPhase, getLastPhaseExecuted, getLifecycleObject, getState, invokePhase, isDirectTransition, isDirectTransition, isLastPhaseExecutionFailed, isPhaseComplete, notifyTransition, registerLifecycleCallback, reset, setCurrentPhase, setExecutingPhaseprotected final transient org.slf4j.Logger logger
protected MuleContext muleContext
public FlowConstructLifecycleManager(FlowConstruct flowConstruct, MuleContext muleContext)
public void fireInitialisePhase(LifecycleCallback<FlowConstruct> callback) throws org.mule.runtime.api.exception.MuleException
fireInitialisePhase in class SimpleLifecycleManager<FlowConstruct>org.mule.runtime.api.exception.MuleExceptionpublic void fireStartPhase(LifecycleCallback<FlowConstruct> callback) throws org.mule.runtime.api.exception.MuleException
fireStartPhase in class SimpleLifecycleManager<FlowConstruct>org.mule.runtime.api.exception.MuleExceptionpublic void fireStopPhase(LifecycleCallback<FlowConstruct> callback) throws org.mule.runtime.api.exception.MuleException
fireStopPhase in class SimpleLifecycleManager<FlowConstruct>org.mule.runtime.api.exception.MuleExceptionpublic void fireDisposePhase(LifecycleCallback<FlowConstruct> callback) throws org.mule.runtime.api.exception.MuleException
fireDisposePhase in class SimpleLifecycleManager<FlowConstruct>org.mule.runtime.api.exception.MuleExceptionprotected void fireNotification(int action)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.