@InterfaceAudience.Public @InterfaceStability.Stable public class CommitTxnEvent extends ListenerEvent
| Constructor and Description |
|---|
CommitTxnEvent(Long transactionId,
IHMSHandler handler) |
CommitTxnEvent(Long transactionId,
TxnType txnType) |
CommitTxnEvent(Long transactionId,
TxnType txnType,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getTxnId() |
TxnType |
getTxnType() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic CommitTxnEvent(Long transactionId, IHMSHandler handler)
public CommitTxnEvent(Long transactionId, TxnType txnType, IHMSHandler handler)
transactionId - Unique identification for the transaction just got committed.txnType - type of transactionhandler - handler that is firing the eventCopyright © 2024 The Apache Software Foundation. All rights reserved.