Class TransactionAbortRequest

All Implemented Interfaces:
Serializable, Immutable

@Beta public final class TransactionAbortRequest extends TransactionRequest<TransactionAbortRequest>
A transaction request to perform the abort step of the three-phase commit protocol.
Author:
Robert Varga
See Also: