public class MuleContextStartPhase extends DefaultLifecyclePhase
Startable.start() will initiate this phase via the
LifecycleManager.
The MuleContextStartPhase defines the lifecycle behaviour when the Mule context is started. The MuleContext is associated with
one or more registries that inherit the lifecycle of the MuleContext.
This phase is responsible for starting objects. Any object that implements
Startable will have its
Startable.start() method called. Objects are initialised in the order based on
type: Agent, FlowConstruct, followed by any
other object that implements Startable.MuleContext,
LifecycleManager,
StartableloggerALL_PHASES| Constructor and Description |
|---|
MuleContextStartPhase() |
MuleContextStartPhase(Class<?>[] ignoredObjects) |
addOrderedLifecycleObject, applyLifecycle, getIgnoredObjectTypes, getLifecycleClass, getName, getOppositeLifecyclePhase, getOrderedLifecycleObjects, getSupportedPhases, ignoreType, isPhaseSupported, registerSupportedPhase, removeOrderedLifecycleObject, setIgnoredObjectTypes, setLifecycleClass, setOrderedLifecycleObjects, setSupportedPhases, sortLifecycleInstancespublic MuleContextStartPhase()
public MuleContextStartPhase(Class<?>[] ignoredObjects)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.