The com.adobe.idp.dsc.transaction package enables users to achieve begin, commit, and rollback functionality for transactions.
| Interface | Description | |
|---|---|---|
| TransactionCallback | This is a callback interface for transactional code. | |
| TransactionContext | This interface provides access to contextual information around the current executing transaction. | |
| TransactionDefinition | Classes implementing this interface define transaction properties. | |
| TransactionTemplate | This interface provides programmatic transaction demarcation and transaction exception handling for service managed transactions. |
| Class | Description | |
|---|---|---|
| IllegalTransactionStateException | This exception is thrown when the existence or non-existence of a transaction amounts to an illegal state, according to the transaction propagation behavior that applies. | |
| MarkedForRollbackException | A MarkedForRollbackException is thrown for one of three reasons:
|
|
| TransactionCallbackWithoutResult | Helper class for TransactionCallback implementation. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/dsc/transaction/package-detail.html