| Package | Description |
|---|---|
| io.seata.core.model | |
| io.seata.core.protocol.transaction |
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
ResourceManagerInbound.branchCommit(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
Commit a branch transaction.
|
BranchStatus |
ResourceManagerInbound.branchRollback(BranchType branchType,
String xid,
long branchId,
String resourceId,
String applicationData)
Rollback a branch transaction.
|
static BranchStatus |
BranchStatus.get(byte code)
Get branch status.
|
static BranchStatus |
BranchStatus.get(int code)
Get branch status.
|
static BranchStatus |
BranchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchStatus[] |
BranchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceManagerOutbound.branchReport(BranchType branchType,
String xid,
long branchId,
BranchStatus status,
String applicationData)
Branch report.
|
| Modifier and Type | Field and Description |
|---|---|
protected BranchStatus |
AbstractBranchEndResponse.branchStatus
The Branch status.
|
| Modifier and Type | Method and Description |
|---|---|
BranchStatus |
AbstractBranchEndResponse.getBranchStatus()
Gets branch status.
|
BranchStatus |
BranchReportRequest.getStatus()
Gets status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBranchEndResponse.setBranchStatus(BranchStatus branchStatus)
Sets branch status.
|
void |
BranchReportRequest.setStatus(BranchStatus status)
Sets status.
|
Copyright © 2023 Seata. All rights reserved.