org.mule.lifecycle.phases
Class TransientRegistryDisposePhase

java.lang.Object
  extended by org.mule.lifecycle.DefaultLifecyclePhase
      extended by 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

Field Summary
 
Fields inherited from class org.mule.lifecycle.DefaultLifecyclePhase
logger
 
Fields inherited from interface org.mule.api.lifecycle.LifecyclePhase
ALL_PHASES
 
Constructor Summary
TransientRegistryDisposePhase()
           
TransientRegistryDisposePhase(Class[] ignorredObjects)
           
 
Method Summary
 
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
 

Constructor Detail

TransientRegistryDisposePhase

public TransientRegistryDisposePhase()

TransientRegistryDisposePhase

public TransientRegistryDisposePhase(Class[] ignorredObjects)


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