org.mule.lifecycle
Class EmptyLifecycleCallback<O>

java.lang.Object
  extended by org.mule.lifecycle.EmptyLifecycleCallback<O>
All Implemented Interfaces:
LifecycleCallback<O>

public class EmptyLifecycleCallback<O>
extends Object
implements LifecycleCallback<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.

Since:
3.0

Constructor Summary
EmptyLifecycleCallback()
           
 
Method Summary
 void onTransition(String phaseName, O object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyLifecycleCallback

public EmptyLifecycleCallback()
Method Detail

onTransition

public void onTransition(String phaseName,
                         O object)
                  throws MuleException
Specified by:
onTransition in interface LifecycleCallback<O>
Throws:
MuleException


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