public class ConnectorLifecycleManager extends SimpleLifecycleManager<Connector>
completedPhases, currentPhase, executingPhase, lifecycleManagerId, logger, object, phaseNames, state
NOT_IN_LIFECYCLE_PHASE
Constructor and Description |
---|
ConnectorLifecycleManager(AbstractConnector connector) |
Modifier and Type | Method and Description |
---|---|
void |
fireDisposePhase(LifecycleCallback<Connector> callback) |
void |
fireInitialisePhase(LifecycleCallback<Connector> callback) |
protected void |
fireNotification(int action) |
void |
fireStartPhase(LifecycleCallback<Connector> callback) |
void |
fireStopPhase(LifecycleCallback<Connector> callback) |
fireLifecycle, registerTransitions
addDirectTransition, checkPhase, createLifecycleState, getCurrentPhase, getExecutingPhase, getLifecycleObject, getState, invokePhase, isDirectTransition, isDirectTransition, isPhaseComplete, notifyTransition, registerLifecycleCallback, reset, setCurrentPhase, setExecutingPhase
public ConnectorLifecycleManager(AbstractConnector connector)
public void fireInitialisePhase(LifecycleCallback<Connector> callback) throws MuleException
fireInitialisePhase
in class SimpleLifecycleManager<Connector>
MuleException
public void fireStartPhase(LifecycleCallback<Connector> callback) throws MuleException
fireStartPhase
in class SimpleLifecycleManager<Connector>
MuleException
public void fireStopPhase(LifecycleCallback<Connector> callback) throws MuleException
fireStopPhase
in class SimpleLifecycleManager<Connector>
MuleException
public void fireDisposePhase(LifecycleCallback<Connector> callback) throws MuleException
fireDisposePhase
in class SimpleLifecycleManager<Connector>
MuleException
protected void fireNotification(int action)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.