|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Transaction delegates to the correct underlying transaction.
It is vastly simpler that either the JDO or
Hibernate interfaces and yet for 99% of operations is sufficient.
| Method Summary | |
void |
commit()
commit this transaction. |
boolean |
isActive()
test to see if this transaction is still active. |
void |
rollback()
rollback this transaction. |
| Method Detail |
public void commit()
throws ArchiveException
ArchiveException - if anything went wrong.
public void rollback()
throws ArchiveException
ArchiveException - if anything went wrong.
public boolean isActive()
throws ArchiveException
ArchiveException - if anything went wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||