|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionManager
TransactionManager Interface that defines base database transaction processes.
| Method Summary | |
|---|---|
void |
abortTxn()
Abort a transaction. |
void |
beginTxn()
Begin a transaction. |
void |
commitTxn()
Commit a transaction. |
boolean |
txnInProgress()
Determines whether or not a Transaction is in progress |
| Method Detail |
|---|
void abortTxn()
throws SigPathDatabaseException
SigPathDatabaseException
void beginTxn()
throws SigPathDatabaseException
SigPathDatabaseException
void commitTxn()
throws SigPathDatabaseException
SigPathDatabaseExceptionboolean txnInProgress()
true if a transaction is in progress, otherwise false
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||