org.mule.lifecycle.phases
Class MuleContextDisposePhase

java.lang.Object
  extended by org.mule.lifecycle.DefaultLifecyclePhase
      extended by org.mule.lifecycle.phases.MuleContextDisposePhase
All Implemented Interfaces:
LifecyclePhase

public class MuleContextDisposePhase
extends DefaultLifecyclePhase

Objects are disposed of via the Registry since the Registry manages the creation/initialisation of the objects it must also take care of disposing them. However, a user may want to initiate a dispose via the DefaultMuleContext so the dispose Lifecycle phase for the DefaultMuleContext needs to call dispose on the Registry.


Field Summary
 
Fields inherited from class org.mule.lifecycle.DefaultLifecyclePhase
logger
 
Fields inherited from interface org.mule.api.lifecycle.LifecyclePhase
ALL_PHASES
 
Constructor Summary
MuleContextDisposePhase()
           
 
Method Summary
 
Methods inherited from class org.mule.lifecycle.DefaultLifecyclePhase
addOrderedLifecycleObject, applyLifecycle, applyLifecycle, getIgnoredObjectTypes, getLifecycleClass, getName, getOppositeLifecyclePhase, getOrderedLifecycleObjects, getSupportedPhases, ignoreType, isPhaseSupported, registerSupportedPhase, removeOrderedLifecycleObject, setIgnoredObjectTypes, setLifecycleClass, setOrderedLifecycleObjects, setSupportedPhases, sortLifecycleInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleContextDisposePhase

public MuleContextDisposePhase()


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