|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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. |
void |
finalize()
Finalize method for the class. |
boolean |
txnInProgress()
Determines whether or not a Transaction is in progress. |
| Method Detail |
|---|
void abortTxn()
TextractorDatabaseExceptionvoid beginTxn()
TextractorDatabaseException
void commitTxn()
throws TextractorDatabaseException
TextractorDatabaseExceptionboolean txnInProgress()
true if a transaction is in progress, otherwise
false
void finalize()
throws Throwable
Throwable
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||