| Interface | Description |
|---|---|
| TransactionAware |
Interface to be implemented by a component that interacts with transaction logic.
|
| Class | Description |
|---|---|
| Transaction |
Transaction details
|
| TransactionAwares |
Utility class that provides handy methods for working with
TransactionAware classes and their instances. |
| Enum | Description |
|---|---|
| Transaction.VisibilityLevel |
Defines the possible visibility levels for read operations.
|
| TransactionType |
Type of transaction.
|
| Exception | Description |
|---|---|
| TransactionConflictException |
Thrown to indicate transaction conflict occurred when trying to commit a transaction.
|
| TransactionFailureException |
Thrown to indicate execution of a transaction failed.
|
| TransactionNotInProgressException |
Thrown when transaction has timed out.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.