org.jboss.seam.transaction
Interface Synchronizations

All Known Implementing Classes:
SeSynchronizations, TransactionManagerSynchronizations

public interface Synchronizations

Interface for registering transaction synchronizations

Author:
Gavin King

Method Summary
 void afterTransactionBegin()
           
 void afterTransactionCompletion(boolean success)
           
 void beforeTransactionCommit()
           
 boolean isAwareOfContainerTransactions()
           
 void registerSynchronization(Synchronization sync)
           
 

Method Detail

afterTransactionBegin

void afterTransactionBegin()

afterTransactionCompletion

void afterTransactionCompletion(boolean success)

beforeTransactionCommit

void beforeTransactionCommit()

registerSynchronization

void registerSynchronization(Synchronization sync)

isAwareOfContainerTransactions

boolean isAwareOfContainerTransactions()


Copyright © 2011 Seam Framework. All Rights Reserved.