Uses of Class
org.mule.context.notification.ExceptionNotification

Packages that use ExceptionNotification
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api.context.notification   
 

Uses of ExceptionNotification in org.mule
 

Methods in org.mule with parameters of type ExceptionNotification
protected  void AbstractExceptionListener.fireNotification(ExceptionNotification notification)
          Fires a server notification to all registered ExceptionNotificationListener eventManager.
 

Uses of ExceptionNotification in org.mule.api.context.notification
 

Classes in org.mule.api.context.notification with type parameters of type ExceptionNotification
 interface ExceptionNotificationListener<T extends ExceptionNotification>
          ExceptionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Exception event occurs.
 



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