|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionableIf
An interface that must be implemented by all Result classes that support transactions.
| Method Summary | |
|---|---|
void |
commitTransaction()
Commits the transaction. |
boolean |
isCommitted()
Tests whether the transaction is already committed or rolled back. |
void |
rollbackTransaction()
Rolls back the transaction. |
void |
startTransaction()
Starts the transaction. |
| Method Detail |
|---|
void commitTransaction()
boolean isCommitted()
void rollbackTransaction()
void startTransaction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||