org.mule.lifecycle.phases
Class ContainerManagedDisposePhase
java.lang.Object
org.mule.lifecycle.DefaultLifecyclePhase
org.mule.lifecycle.ContainerManagedLifecyclePhase
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
| 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 |
ContainerManagedDisposePhase
public ContainerManagedDisposePhase()
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.