|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransaction
A transactional process.
| Method Summary | |
|---|---|
void |
commit()
Commit all changes that belong to this transaction. |
void |
commitResume()
Commit all changes that belong to this transaction. |
ITransaction |
getParent()
An optional parent for nested transactions. |
void |
rollback()
Rollback all changes that belong to this transaction. |
void |
rollbackResume()
Rollback all changes that belong to this transaction. |
| Method Detail |
|---|
void commit()
throws TransactionException
TransactionException
void commitResume()
throws TransactionException
TransactionExceptionITransaction getParent()
void rollback()
throws TransactionException
TransactionException
void rollbackResume()
throws TransactionException
TransactionException
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||