public interface ITransactionManager
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Begin a new transaction in the current context.
|
void |
commit()
Commit the currently active transaction.
|
void |
commitResume()
Commit and resume the currently active transaction.
|
ITransaction |
getTransaction()
The currently active transaction.
|
void |
resume(ITransaction tx)
Resume a suspended transaction.
|
void |
rollback()
Rollback the currently active transaction.
|
void |
rollbackResume()
Rollback and resume the currently active transaction.
|
ITransaction |
suspend()
Suspend the currently active transaction.
|
void begin()
throws TransactionException
TransactionExceptionvoid commit()
throws TransactionException
TransactionExceptionvoid commitResume()
throws TransactionException
TransactionExceptionITransaction getTransaction()
void resume(ITransaction tx) throws TransactionException
TransactionExceptionvoid rollback()
throws TransactionException
TransactionExceptionvoid rollbackResume()
throws TransactionException
TransactionExceptionITransaction suspend() throws TransactionException
TransactionExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.