Class TransactionAbortRequest

All Implemented Interfaces:
Serializable, Immutable

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