org.mule.lifecycle.phases
Class TransientRegistryInitialisePhase
java.lang.Object
org.mule.lifecycle.DefaultLifecyclePhase
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
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 |
TransientRegistryInitialisePhase
public TransientRegistryInitialisePhase()
TransientRegistryInitialisePhase
public TransientRegistryInitialisePhase(Class[] ignorredObjects)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.