|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
void |
abortTxn(java.lang.String txnName)
Abort a transaction. |
void |
beginTxn(java.lang.String txnName)
Begin a transaction. |
void |
commitTxn(java.lang.String txnName)
Commit a transaction. |
void |
debugTxnStack()
|
org.odmg.Database |
getDB()
|
boolean |
txnInProgress()
|
| Method Detail |
public void abortTxn(java.lang.String txnName)
TransactionNotFoundException - When the named transaction cannot be found.public void beginTxn(java.lang.String txnName)
public void commitTxn(java.lang.String txnName)
TransactionNotFoundException - When the named transaction cannot be found.
!!@exception TransactionOutOfOrderException when the named transaction is not at the top of the stackpublic void debugTxnStack()
public boolean txnInProgress()
public org.odmg.Database getDB()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||