@Deprecated public class ModelLifecycleManager extends SimpleLifecycleManager<AbstractModel>
Model implementationscompletedPhases, currentPhase, executingPhase, lifecycleManagerId, logger, object, phaseNames, stateNOT_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, registerTransitionsaddDirectTransition, checkPhase, createLifecycleState, getCurrentPhase, getExecutingPhase, getLifecycleObject, getState, invokePhase, isDirectTransition, isDirectTransition, isPhaseComplete, notifyTransition, registerLifecycleCallback, reset, setCurrentPhase, setExecutingPhasepublic ModelLifecycleManager(AbstractModel model)
public void fireInitialisePhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireInitialisePhase in class SimpleLifecycleManager<AbstractModel>MuleExceptionpublic void fireStartPhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireStartPhase in class SimpleLifecycleManager<AbstractModel>MuleExceptionpublic void fireStopPhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireStopPhase in class SimpleLifecycleManager<AbstractModel>MuleExceptionpublic void fireDisposePhase(LifecycleCallback<AbstractModel> callback) throws MuleException
fireDisposePhase in class SimpleLifecycleManager<AbstractModel>MuleExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.