Class TransactionDoCommitRequest

All Implemented Interfaces:
Serializable, Immutable

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