Package | Description |
---|---|
org.mule.lifecycle.phases | |
org.mule.service |
Modifier and Type | Class and Description |
---|---|
class |
ContainerManagedLifecyclePhase
Deprecated.
as of 3.7.0 since it's no longer used
|
class |
MuleContextDisposePhase
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.
|
class |
MuleContextInitialisePhase
The MuleContextInitialisePhase defines the lifecycle behaviour when the Mule context is initialised.
|
class |
MuleContextStartPhase
The Start phase for the MuleContext.
|
class |
MuleContextStopPhase
The Stop phase for the Management context LifecycleManager.
|
class |
NotInLifecyclePhase
This lifecycle phase marks the 'pre-lifecycle' phase of an object.
|
Modifier and Type | Class and Description |
---|---|
class |
PausePhase
Defines a phase phase that will invoke the
Pausable.pause() method on an object. |
class |
ResumePhase
Resume phase happens only alfter a pause phase.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.