|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionException | |
|---|---|
| de.intarsys.tools.transaction | |
| Uses of TransactionException in de.intarsys.tools.transaction |
|---|
| Subclasses of TransactionException in de.intarsys.tools.transaction | |
|---|---|
class |
NoTransactionException
No transaction was found. |
| Methods in de.intarsys.tools.transaction that throw TransactionException | ||
|---|---|---|
void |
ITransactionManager.begin()
Begin a new transaction in the current context. |
|
void |
Transaction.commit()
|
|
void |
ITransactionManager.commit()
Commit the currently active transaction. |
|
void |
ITransaction.commit()
Commit all changes that belong to this transaction. |
|
void |
CommonTransactionManager.commit()
|
|
void |
Transaction.commitResume()
|
|
void |
ITransactionManager.commitResume()
Commit and resume the currently active transaction. |
|
void |
ITransaction.commitResume()
Commit all changes that belong to this transaction. |
|
void |
CommonTransactionManager.commitResume()
|
|
static void |
TransactionTools.delist(IResource resource)
|
|
void |
Transaction.delist(IResource resource)
|
|
static void |
TransactionTools.enlist(IResource resource)
|
|
void |
Transaction.enlist(IResource resource)
|
|
static
|
TransactionTools.getResource(IResourceType<T> type,
boolean create)
|
|
void |
ITransactionManager.resume(ITransaction tx)
Resume a suspended transaction. |
|
void |
Transaction.rollback()
|
|
void |
ITransactionManager.rollback()
Rollback the currently active transaction. |
|
void |
ITransaction.rollback()
Rollback all changes that belong to this transaction. |
|
void |
CommonTransactionManager.rollback()
|
|
void |
Transaction.rollbackResume()
|
|
void |
ITransactionManager.rollbackResume()
Rollback and resume the currently active transaction. |
|
void |
ITransaction.rollbackResume()
Rollback all changes that belong to this transaction. |
|
void |
CommonTransactionManager.rollbackResume()
|
|
ITransaction |
ITransactionManager.suspend()
Suspend the currently active transaction. |
|
|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||