@Deprecated public class ModelLifecycleManager extends SimpleLifecycleManager<AbstractModel>
Model
implementationscompletedPhases, currentPhase, executingPhase, lifecycleManagerId, logger, object, phaseNames, state
NOT_IN_LIFECYCLE_PHASE
Constructor and Description |
---|
ModelLifecycleManager(AbstractModel model)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fireDisposePhase(LifecycleCallback<AbstractModel> callback)
Deprecated.
|
void |
fireInitialisePhase(LifecycleCallback<AbstractModel> callback)
Deprecated.
|
void |
fireStartPhase(LifecycleCallback<AbstractModel> callback)
Deprecated.
|
void |
fireStopPhase(LifecycleCallback<AbstractModel> callback)
Deprecated.
|
fireLifecycle, registerTransitions
addDirectTransition, checkPhase, createLifecycleState, getCurrentPhase, getExecutingPhase, getLifecycleObject, getState, invokePhase, isDirectTransition, isDirectTransition, isPhaseComplete, notifyTransition, registerLifecycleCallback, reset, setCurrentPhase, setExecutingPhase
public ModelLifecycleManager(AbstractModel model)
public void fireInitialisePhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireInitialisePhase
in class SimpleLifecycleManager<AbstractModel>
MuleException
public void fireStartPhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireStartPhase
in class SimpleLifecycleManager<AbstractModel>
MuleException
public void fireStopPhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireStopPhase
in class SimpleLifecycleManager<AbstractModel>
MuleException
public void fireDisposePhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireDisposePhase
in class SimpleLifecycleManager<AbstractModel>
MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.