|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TxRollbackException | |
|---|---|
| com.sap.transaction | |
| Uses of TxRollbackException in com.sap.transaction |
|---|
| Methods in com.sap.transaction that throw TxRollbackException | |
|---|---|
static void |
TxManager.commitLevel(TransactionTicket txticket)
Commmits the transaction level associated with the given transaction ticket. |
void |
ITxManager.commitLevel(TransactionTicket txticket)
Commmits the transaction level associated with the given transaction ticket. |
static void |
TxManager.leaveLevel(TransactionTicket ticket)
Finishes and leaves the transaction level associated with the given transaction ticket. |
void |
ITxManager.leaveLevel(TransactionTicket txticket)
Finishes and leaves the transaction level associated with the given transaction ticket. |
static void |
TxManager.registerSynchronization(String SID,
Synchronization sync)
Registers the given Synchronization object with the
current transaction. |
void |
ITxManager.registerSynchronization(String SID,
Synchronization sync)
Registers the given Synchronization object with the
current transaction. |
static TransactionTicket |
TxManager.required()
Requires a new JTA transaction to be started or an already open transaction to be joined. |
TransactionTicket |
ITxManager.required()
Requires a new JTA transaction to be started or an already open transaction to be joined. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||