Uses of Class
org.mule.api.lifecycle.LifecycleException

Packages that use LifecycleException
org.mule.api.lifecycle Lifecycle interfaces for all Components. 
org.mule.api.registry   
org.mule.construct   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.lifecycle   
org.mule.lifecycle.phases   
org.mule.lifecycle.processor   
org.mule.registry   
org.mule.retry   
 

Uses of LifecycleException in org.mule.api.lifecycle
 

Subclasses of LifecycleException in org.mule.api.lifecycle
 class CreateException
          CreateException is thrown when creating an object inside Mule wasn't possible due to inconsistent internal state or wrong input.
 class DisposeException
          DisposeException TODO (document class)
 class FatalException
          FatalException can be thrown during initialisation or during execution to indicate that something fatal has occurred and the MuleManager must shutdown.
 class InitialisationException
          InitialisationException is thrown by the initialise method defined in the org.mule.api.lifecycle.Initialisable interface.
 class RecoverableException
          RecoverableException can be thrown during initialisation to indicate that the error occurred is not fatal and a reactive action can be performed to try and remedy the error.
 class StartException
          DisposeException TODO (document class)
 class StopException
          DisposeException TODO (document class)
 

Methods in org.mule.api.lifecycle that throw LifecycleException
 void RegistryLifecycleHelpers.applyCompletedPhases(Object object)
          Successively applies all completed lifecycle phase to an object.
 void LifecyclePhase.applyLifecycle(Object o)
           
 void RegistryLifecycleHelpers.applyPhase(Object object, String fromPhase, String toPhase)
          Applies lifecycle phase to an object independent of the current lifecycle phase.
 void LifecycleManager.fireLifecycle(String phase)
          Applies lifecycle phase to a collection of objects.
 

Uses of LifecycleException in org.mule.api.registry
 

Methods in org.mule.api.registry that throw LifecycleException
 void Registry.fireLifecycle(String phase)
           
 

Uses of LifecycleException in org.mule.construct
 

Methods in org.mule.construct that throw LifecycleException
protected  MuleEvent AbstractPipeline.ProcessIfPipelineStartedMessageProcessor.handleUnaccepted(MuleEvent event)
           
 

Uses of LifecycleException in org.mule.context.notification
 

Methods in org.mule.context.notification that throw LifecycleException
 void ServerNotificationManager.start(WorkManager workManager, javax.resource.spi.work.WorkListener workListener)
           
 

Uses of LifecycleException in org.mule.lifecycle
 

Methods in org.mule.lifecycle that throw LifecycleException
 void RegistryLifecycleManager.applyCompletedPhases(Object object)
           
 void RegistryLifecycleManager.applyPhase(Object object, String fromPhase, String toPhase)
           
 void MuleContextLifecycleManager.fireLifecycle(String destinationPhase)
           
 void RegistryLifecycleManager.fireLifecycle(String destinationPhase)
           
 void SimpleLifecycleManager.fireLifecycle(String phase)
           
 void AbstractLifecycleManager.fireLifecycle(String phase)
           
protected  void MuleContextLifecycleManager.invokePhase(String phase, Object object, LifecycleCallback callback)
           
protected  void RegistryLifecycleManager.invokePhase(String phase, Object object, LifecycleCallback callback)
           
protected  void AbstractLifecycleManager.invokePhase(String phase, Object object, LifecycleCallback callback)
           
 

Uses of LifecycleException in org.mule.lifecycle.phases
 

Methods in org.mule.lifecycle.phases that throw LifecycleException
 void MuleContextDisposePhase.applyLifecycle(Object o)
           
 void MuleContextInitialisePhase.applyLifecycle(Object o)
           
 void DefaultLifecyclePhase.applyLifecycle(Object o)
           
 

Uses of LifecycleException in org.mule.lifecycle.processor
 

Methods in org.mule.lifecycle.processor that throw LifecycleException
protected  MuleEvent ProcessIfStartedMessageProcessor.handleUnaccepted(MuleEvent event)
           
 

Uses of LifecycleException in org.mule.registry
 

Methods in org.mule.registry that throw LifecycleException
 void AbstractRegistry.fireLifecycle(String phase)
           
 void MuleRegistryHelper.fireLifecycle(String phase)
           
 void AbstractRegistryBroker.fireLifecycle(String phase)
           
 

Uses of LifecycleException in org.mule.retry
 

Subclasses of LifecycleException in org.mule.retry
 class RetryPolicyExhaustedException
          This exception is thrown when a Retry policy has made all the retry attempts it wants to make and is still failing.
 



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