org.mule.lifecycle.phases
Class NotInLifecyclePhase

java.lang.Object
  extended by org.mule.lifecycle.phases.DefaultLifecyclePhase
      extended by org.mule.lifecycle.phases.NotInLifecyclePhase
All Implemented Interfaces:
MuleContextAware, LifecyclePhase, NamedObject

public class NotInLifecyclePhase
extends DefaultLifecyclePhase

This lifecycle phase marks the 'pre-lifecycle' phase of an object. The default phase before any other phase has been executed


Field Summary
static String PHASE_NAME
           
 
Fields inherited from class org.mule.lifecycle.phases.DefaultLifecyclePhase
logger
 
Fields inherited from interface org.mule.api.lifecycle.LifecyclePhase
ALL_PHASES
 
Constructor Summary
NotInLifecyclePhase()
           
 
Method Summary
 
Methods inherited from class org.mule.lifecycle.phases.DefaultLifecyclePhase
addOrderedLifecycleObject, 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
 

Field Detail

PHASE_NAME

public static final String PHASE_NAME
See Also:
Constant Field Values
Constructor Detail

NotInLifecyclePhase

public NotInLifecyclePhase()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.