org.jboss.seam.transaction
Interface Synchronizations
- All Known Implementing Classes:
- SeSynchronizations, TransactionManagerSynchronizations
public interface Synchronizations
Interface for registering transaction synchronizations
- Author:
- Gavin King
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.