|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.lifecycle.phases.DefaultLifecyclePhase
org.mule.lifecycle.phases.MuleContextInitialisePhase
public class MuleContextInitialisePhase
The MuleContextInitialisePhase defines the lifecycle behaviour when the Mule context is initialised. The MuleContext is associated with one or more registries that inherit the lifecycle of the MuleContext.
This phase is responsible for initialising objects. Any object that implementsInitialisable
will
have its Initialisable.initialise()
method called. Objects are initialised in the order based on type:
Connector
, Agent
, Model
, Service
, followed
by any other object that implements Initialisable
.
MuleContext
,
LifecycleManager
,
Initialisable
Field Summary |
---|
Fields inherited from class org.mule.lifecycle.phases.DefaultLifecyclePhase |
---|
logger |
Fields inherited from interface org.mule.api.lifecycle.LifecyclePhase |
---|
ALL_PHASES |
Constructor Summary | |
---|---|
MuleContextInitialisePhase()
|
Method Summary | |
---|---|
void |
applyLifecycle(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MuleContextInitialisePhase()
Method Detail |
---|
public void applyLifecycle(java.lang.Object o) throws LifecycleException
applyLifecycle
in interface LifecyclePhase
applyLifecycle
in class DefaultLifecyclePhase
LifecycleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |