public class JtaTransaction extends AbstractTransactionImpl
UserTransaction.| Modifier | Constructor and Description |
|---|---|
protected |
JtaTransaction(TransactionCoordinator transactionCoordinator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterAfterCompletion() |
protected void |
afterTransactionBegin() |
protected void |
afterTransactionCompletion(int status) |
protected void |
beforeTransactionCommit() |
protected void |
beforeTransactionRollBack() |
IsolationDelegate |
createIsolationDelegate()
Retrieve an isolation delegate appropriate for this transaction strategy.
|
protected void |
doBegin()
Perform the actual steps of beginning a transaction according to the strategy.
|
protected void |
doCommit()
Perform the actual steps of committing a transaction according to the strategy.
|
protected void |
doRollback()
Perform the actual steps of rolling back a transaction according to the strategy.
|
JoinStatus |
getJoinStatus()
Get the current state of this transaction's join status.
|
UserTransaction |
getUserTransaction() |
boolean |
isActive()
Is this transaction still active?
Answers on a best effort basis.
|
boolean |
isInitiator()
Is this transaction the initiator of any underlying transaction?
|
void |
join()
Perform a join to the underlying transaction
|
void |
markRollbackOnly()
Make a best effort to mark the underlying transaction for rollback only.
|
void |
resetJoinStatus()
Reset this transaction's join status.
|
void |
setTimeout(int seconds)
Set the transaction timeout for any transaction started by a subsequent call to
Transaction.begin() on this instance. |
allowFailedCommitToPhysicallyRollback, begin, commit, doExtendedActiveCheck, getLocalStatus, getTimeout, invalidate, isParticipating, jtaPlatform, markForJoin, registerSynchronization, rollback, transactionCoordinator, wasCommitted, wasRolledBackprotected JtaTransaction(TransactionCoordinator transactionCoordinator)
public UserTransaction getUserTransaction()
protected void doBegin()
AbstractTransactionImpldoBegin in class AbstractTransactionImplprotected void afterTransactionBegin()
afterTransactionBegin in class AbstractTransactionImplprotected void beforeTransactionCommit()
beforeTransactionCommit in class AbstractTransactionImplprotected void doCommit()
AbstractTransactionImpldoCommit in class AbstractTransactionImplprotected void afterTransactionCompletion(int status)
afterTransactionCompletion in class AbstractTransactionImplprotected void afterAfterCompletion()
afterAfterCompletion in class AbstractTransactionImplprotected void beforeTransactionRollBack()
beforeTransactionRollBack in class AbstractTransactionImplprotected void doRollback()
AbstractTransactionImpldoRollback in class AbstractTransactionImplpublic void markRollbackOnly()
TransactionImplementorpublic IsolationDelegate createIsolationDelegate()
TransactionImplementorpublic boolean isInitiator()
Transactiontrue if this transaction initiated the underlying transaction; false otherwise.public boolean isActive()
throws HibernateException
TransactionConnection, only when
it is initiated from here.isActive in interface TransactionisActive in class AbstractTransactionImpltrue if the transaction is still active; false otherwise.HibernateException - Indicates a problem checking the transaction status.public void setTimeout(int seconds)
TransactionTransaction.begin() on this instance.setTimeout in interface TransactionsetTimeout in class AbstractTransactionImplseconds - The number of seconds before a timeout.public void join()
TransactionImplementorjoin in interface TransactionImplementorjoin in class AbstractTransactionImplpublic void resetJoinStatus()
TransactionImplementorresetJoinStatus in interface TransactionImplementorresetJoinStatus in class AbstractTransactionImplpublic JoinStatus getJoinStatus()
TransactionImplementorCopyright © 2012 JBoss by Red Hat. All Rights Reserved.