| Interface | Description |
|---|---|
| AsyncAutoCommitTransaction.FutureRecorder | |
| LocalTransaction.ActivityTimeAccessor | |
| ServerTransaction |
The ServerTransaction interface allows a set enqueue/dequeue operations to be
performed against the transaction belonging the underlying TransactionLog object.
|
| ServerTransaction.Action |
Represents an action to be performed on transaction commit or rollback
|
| ServerTransaction.EnqueueAction |
| Class | Description |
|---|---|
| AsyncAutoCommitTransaction |
An implementation of ServerTransaction where each enqueue/dequeue
operation takes place within it own transaction.
|
| AutoCommitTransaction |
An implementation of ServerTransaction where each enqueue/dequeue
operation takes place within it own transaction.
|
| DistributedTransaction | |
| DtxBranch | |
| DtxRegistry | |
| LocalTransaction |
A concrete implementation of ServerTransaction where enqueue/dequeue
operations share a single long-lived transaction.
|
| Enum | Description |
|---|---|
| DtxBranch.State |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.