org.mule.lifecycle.phases
Class MuleContextInitialisePhase

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

public class MuleContextInitialisePhase
extends ContainerManagedLifecyclePhase

Since all objects are created and initialised in the registry, the Initialise lifecyclePhase is always taken care of by the Registry, hence this class extends ContainerManagedLifecyclePhase


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

Constructor Detail

MuleContextInitialisePhase

public MuleContextInitialisePhase()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.