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