org.mule.lifecycle.phases
Class ContainerManagedDisposePhase

java.lang.Object
  extended by org.mule.lifecycle.DefaultLifecyclePhase
      extended by org.mule.lifecycle.ContainerManagedLifecyclePhase
          extended by org.mule.lifecycle.phases.ContainerManagedDisposePhase
All Implemented Interfaces:
MuleContextAware, LifecyclePhase

public class ContainerManagedDisposePhase
extends ContainerManagedLifecyclePhase

A lifecycle phase that will delegate any lifecycle invocations to a container such as Spring or Guice


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

Constructor Detail

ContainerManagedDisposePhase

public ContainerManagedDisposePhase()
Method Detail

applyLifecycle

public void applyLifecycle(Registry registry)
                    throws MuleException
Specified by:
applyLifecycle in interface LifecyclePhase
Overrides:
applyLifecycle in class ContainerManagedLifecyclePhase
Throws:
MuleException


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.