public interface ITransaction
| Modifier and Type | Method and Description |
|---|---|
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.
|
void commit()
throws TransactionException
TransactionExceptionvoid commitResume()
throws TransactionException
TransactionExceptionITransaction getParent()
void rollback()
throws TransactionException
TransactionExceptionvoid rollbackResume()
throws TransactionException
TransactionExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.