org.mule.lifecycle.phases
Class MuleContextStartPhase
java.lang.Object
org.mule.lifecycle.DefaultLifecyclePhase
org.mule.lifecycle.phases.MuleContextStartPhase
- All Implemented Interfaces:
- MuleContextAware, LifecyclePhase
public class MuleContextStartPhase
- extends DefaultLifecyclePhase
The Start phase for the MuleContext. Calling
Startable.start() will initiate this phase via the
LifecycleManager. This phase controls the order in
which objects should be started.
- See Also:
MuleContext,
LifecycleManager,
Startable
| Methods inherited from class org.mule.lifecycle.DefaultLifecyclePhase |
addOrderedLifecycleObject, applyLifecycle, applyLifecycle, getIgnoredObjectTypes, getLifecycleClass, getName, getOppositeLifecyclePhase, getOrderedLifecycleObjects, getSupportedPhases, ignoreType, isPhaseSupported, registerSupportedPhase, removeOrderedLifecycleObject, setIgnoredObjectTypes, setLifecycleClass, setMuleContext, setOrderedLifecycleObjects, setSupportedPhases, sortLifecycleInstances |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleContextStartPhase
public MuleContextStartPhase()
MuleContextStartPhase
public MuleContextStartPhase(Class<?>[] ignorredObjects)
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.