| Package | Description |
|---|---|
| org.apache.seata.rm.datasource.xa |
| Modifier and Type | Class and Description |
|---|---|
class |
XABranchXid
Xid in XA Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static XAXid |
XAXidBuilder.build(byte[] globalTransactionId,
byte[] branchQualifier) |
static XAXid |
XAXidBuilder.build(String xid,
long branchId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataSourceProxyXA.forceClosePhysicalConnection(XAXid xaXid)
Force close the physical connection kept for XA branch of given XAXid.
|
ConnectionProxyXA |
AbstractDataSourceProxyXA.getConnectionForXAFinish(XAXid xaXid)
Get a ConnectionProxyXA instance for finishing XA branch(XA commit/XA rollback)
|
void |
ConnectionProxyXA.xaRollback(XAXid xaXid)
XA rollback
|
Copyright © 2024 Apache. All rights reserved.