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

Packages that use TransactionNotification
org.mule.api.context.notification   
org.mule.transaction Contains the core transaction support classes and exception types. 
 

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

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

Uses of TransactionNotification in org.mule.transaction
 

Methods in org.mule.transaction with parameters of type TransactionNotification
protected  void AbstractTransaction.fireNotification(TransactionNotification notification)
          Fires a server notification to all registered TransactionNotificationListeners.
 



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