org.mule.lifecycle.phases
Class TransientRegistryInitialisePhase

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

public class TransientRegistryInitialisePhase
extends DefaultLifecyclePhase

The Initialise phase for the TransientRegistry LifecycleManager. Calling AbstractRegistry.initialise() with initiate this phase via the LifecycleManager. This phase controls the order in which objects should be initialised.

See Also:
MuleContext, LifecycleManager, TransientRegistry, Initialisable

Field Summary
 
Fields inherited from class org.mule.lifecycle.DefaultLifecyclePhase
logger, RETRY_MAX
 
Fields inherited from interface org.mule.api.lifecycle.LifecyclePhase
ALL_PHASES
 
Constructor Summary
TransientRegistryInitialisePhase()
           
TransientRegistryInitialisePhase(Class[] ignorredObjects)
           
 
Method Summary
 
Methods inherited from class org.mule.lifecycle.DefaultLifecyclePhase
addOrderedLifecycleObject, applyLifecycle, fireLifecycle, 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

TransientRegistryInitialisePhase

public TransientRegistryInitialisePhase()

TransientRegistryInitialisePhase

public TransientRegistryInitialisePhase(Class[] ignorredObjects)


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