org.jboss.seam.transaction
@Name(value="org.jboss.seam.transaction.synchronizations") @Scope(value=EVENT) @Install(precedence=0) @BypassInterceptors public class SeSynchronizations extends Object implements Synchronizations
| Modifier and Type | Field and Description |
|---|---|
protected Stack<org.jboss.seam.transaction.SynchronizationRegistry> |
synchronizations |
| Constructor and Description |
|---|
SeSynchronizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTransactionBegin() |
void |
afterTransactionCommit(boolean success) |
void |
afterTransactionRollback() |
void |
beforeTransactionCommit() |
boolean |
isAwareOfContainerTransactions() |
void |
registerSynchronization(Synchronization sync) |
protected Stack<org.jboss.seam.transaction.SynchronizationRegistry> synchronizations
public void afterTransactionBegin()
afterTransactionBegin in interface Synchronizationspublic void afterTransactionCommit(boolean success)
afterTransactionCommit in interface Synchronizationspublic void afterTransactionRollback()
afterTransactionRollback in interface Synchronizationspublic void beforeTransactionCommit()
beforeTransactionCommit in interface Synchronizationspublic void registerSynchronization(Synchronization sync)
registerSynchronization in interface Synchronizationspublic boolean isAwareOfContainerTransactions()
isAwareOfContainerTransactions in interface SynchronizationsCopyright © 2015 Seam Framework. All Rights Reserved.