org.mule.config.spring
Class SpringRegistryLifecycleManager

java.lang.Object
  extended by org.mule.lifecycle.AbstractLifecycleManager<Registry>
      extended by org.mule.lifecycle.RegistryLifecycleManager
          extended by org.mule.config.spring.SpringRegistryLifecycleManager
All Implemented Interfaces:
LifecycleManager, RegistryLifecycleHelpers

public class SpringRegistryLifecycleManager
extends RegistryLifecycleManager


Field Summary
 
Fields inherited from class org.mule.lifecycle.RegistryLifecycleManager
callbacks, muleContext, phases
 
Fields inherited from class org.mule.lifecycle.AbstractLifecycleManager
completedPhases, currentPhase, executingPhase, lifecycleManagerId, logger, object, phaseNames, state
 
Fields inherited from interface org.mule.api.lifecycle.LifecycleManager
NOT_IN_LIFECYCLE_PHASE
 
Constructor Summary
SpringRegistryLifecycleManager(String id, Registry object, MuleContext muleContext)
           
 
Method Summary
protected  void registerPhases()
           
 
Methods inherited from class org.mule.lifecycle.RegistryLifecycleManager
applyCompletedPhases, applyPhase, fireLifecycle, invokePhase, registerPhase, registerPhase, registerTransitions
 
Methods inherited from class org.mule.lifecycle.AbstractLifecycleManager
addDirectTransition, checkPhase, createLifecycleState, getCurrentPhase, getExecutingPhase, getLifecycleObject, getState, isDirectTransition, isDirectTransition, isPhaseComplete, notifyTransition, registerLifecycleCallback, reset, setCurrentPhase, setExecutingPhase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringRegistryLifecycleManager

public SpringRegistryLifecycleManager(String id,
                                      Registry object,
                                      MuleContext muleContext)
Method Detail

registerPhases

protected void registerPhases()
Overrides:
registerPhases in class RegistryLifecycleManager


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.