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 Synchronizations
public void afterTransactionCommit(boolean success)
afterTransactionCommit
in interface Synchronizations
public void afterTransactionRollback()
afterTransactionRollback
in interface Synchronizations
public void beforeTransactionCommit()
beforeTransactionCommit
in interface Synchronizations
public void registerSynchronization(Synchronization sync)
registerSynchronization
in interface Synchronizations
public boolean isAwareOfContainerTransactions()
isAwareOfContainerTransactions
in interface Synchronizations
Copyright © 2015 Seam Framework. All Rights Reserved.