org.mule.lifecycle
Class DefaultLifecycleManager

java.lang.Object
  extended by org.mule.lifecycle.GenericLifecycleManager
      extended by org.mule.lifecycle.DefaultLifecycleManager
All Implemented Interfaces:
LifecycleManager

public class DefaultLifecycleManager
extends GenericLifecycleManager

Creates the default Mule lifecycleManager with Initialisable.initialise(), Startable.start(), Stoppable.stop() and Disposable.dispose().

See Also:
Initialisable, Startable, Stoppable, Disposable

Field Summary
 
Fields inherited from class org.mule.lifecycle.GenericLifecycleManager
completedPhases, currentPhase, executingPhase, index, lifecycles, logger, notInLifecyclePhase
 
Constructor Summary
DefaultLifecycleManager()
           
 
Method Summary
 
Methods inherited from class org.mule.lifecycle.GenericLifecycleManager
applyLifecycle, checkPhase, firePhase, getCurrentPhase, getExecutingPhase, getLifecycles, isPhaseComplete, registerLifecycle, reset, setCurrentPhase, setExecutingPhase, setLifecycles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLifecycleManager

public DefaultLifecycleManager()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.