Note that some transaction implementations may only support transactions with at most one durable transaction participant, because of the need to communicate the outcome of prepared transactions to transaction participants following a crash when there are multiple durable participants.
All implementations of Transaction
must implement equals
and hashCode
. Two Transaction
s are equal if and only if they represent the same transaction.
The implementations of the {@link #join join}, {@link #abort abort}, and {@link #registerListener registerListener} methods of this interface are notthread-safe. Callers should insure that calls they make to these methods are made from the thread that created the transaction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|