|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.TransactionImpl
org.datanucleus.JTAJCATransactionImpl
public class JTAJCATransactionImpl
A transaction that is synchronized with a Java Transaction Service (JTA) transaction with JCA. TODO This is revision 984 of JTATransactionImpl that Erik wrote. It should be merged with JTATransactionImpl when Erik and Joerg understand what both are requiring, merge them, and then document them.
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.TransactionImpl |
|---|
LOCALISER, nontransactionalRead, nontransactionalWrite, optimistic, restoreValues, retainValues, rollbackOnly, serializeRead |
| Fields inherited from interface org.datanucleus.Transaction |
|---|
TRANSACTION_ISOLATION_OPTION |
| Method Summary | |
|---|---|
void |
afterCompletion(int status)
This method is called by the transaction manager after the transaction is committed or rolled back. |
void |
beforeCompletion()
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process. |
boolean |
isActive()
Accessor for whether the transaction is active. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isActive()
isActive in interface TransactionisActive in class TransactionImplpublic void beforeCompletion()
beforeCompletion in interface javax.transaction.Synchronizationpublic void afterCompletion(int status)
afterCompletion in interface javax.transaction.Synchronizationstatus - The status
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||