org.mule.util.journal
Interface TransactionCompletePredicate


public interface TransactionCompletePredicate

Determines if the operation denotes a transaction complete log entry.


Method Summary
 boolean isTransactionComplete(JournalEntry journalEntry)
           
 

Method Detail

isTransactionComplete

boolean isTransactionComplete(JournalEntry journalEntry)
Parameters:
journalEntry - journal entry
Returns:
true if the journal entry completes a transaction, false otherwise.


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.