org.mule.lifecycle
Class DefaultLifecycleManager
java.lang.Object
org.mule.lifecycle.GenericLifecycleManager
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
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 |
DefaultLifecycleManager
public DefaultLifecycleManager()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.