|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.lifecycle.EmptyLifecycleCallback<O>
public class EmptyLifecycleCallback<O>
A lifecycle callback that does nothing. Can be used to transition a LifecycleManager
to
the next phase without executing logic.
USers should never use this object themselves, it provides an internal Mule function.
Constructor Summary | |
---|---|
EmptyLifecycleCallback()
|
Method Summary | |
---|---|
void |
onTransition(java.lang.String phaseName,
O object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyLifecycleCallback()
Method Detail |
---|
public void onTransition(java.lang.String phaseName, O object) throws MuleException
onTransition
in interface LifecycleCallback<O>
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |