org.mule.lifecycle.phases
Class TransientRegistryDisposePhase
java.lang.Object
org.mule.lifecycle.DefaultLifecyclePhase
org.mule.lifecycle.phases.TransientRegistryDisposePhase
- All Implemented Interfaces:
- LifecyclePhase
public class TransientRegistryDisposePhase
- extends DefaultLifecyclePhase
The Dispose phase for the TransientRegistry LifecycleManager. Calling AbstractRegistry.dispose()
with initiate this phase via the LifecycleManager
.
This phase controls the order in which objects should be disposed.
- See Also:
MuleContext
,
LifecycleManager
,
TransientRegistry
,
Disposable
Methods inherited from class org.mule.lifecycle.DefaultLifecyclePhase |
addOrderedLifecycleObject, applyLifecycle, fireLifecycle, getIgnoredObjectTypes, getLifecycleClass, getName, getOppositeLifecyclePhase, getOrderedLifecycleObjects, getRegistryScope, getSupportedPhases, ignoreType, isPhaseSupported, registerSupportedPhase, removeOrderedLifecycleObject, setIgnoredObjectTypes, setLifecycleClass, setOrderedLifecycleObjects, setRegistryScope, setSupportedPhases, sortLifecycleInstances |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransientRegistryDisposePhase
public TransientRegistryDisposePhase()
TransientRegistryDisposePhase
public TransientRegistryDisposePhase(Class[] ignorredObjects)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.