public static class XATransactionFinalizeCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isCommit
If true, the transaction is committed else transaction is rolled back.
|
SerializableXID |
xid
Java XA transaction id as defined in interface javax.transaction.xa.Xid.
|
| Constructor and Description |
|---|
RequestParameters() |
public SerializableXID xid
public boolean isCommit
Copyright © 2019 Hazelcast, Inc.. All rights reserved.