| 程序包 | 说明 |
|---|---|
| io.seata.core.model | |
| io.seata.core.protocol.transaction |
| 限定符和类型 | 方法和说明 |
|---|---|
GlobalStatus |
TransactionManager.commit(String xid)
Global commit.
|
static GlobalStatus |
GlobalStatus.get(byte code)
Get global status.
|
static GlobalStatus |
GlobalStatus.get(int code)
Get global status.
|
GlobalStatus |
TransactionManager.getStatus(String xid)
Get current status of the give transaction.
|
GlobalStatus |
TransactionManager.rollback(String xid)
Global rollback.
|
static GlobalStatus |
GlobalStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GlobalStatus[] |
GlobalStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected GlobalStatus |
AbstractGlobalEndResponse.globalStatus
The Global status.
|
| 限定符和类型 | 方法和说明 |
|---|---|
GlobalStatus |
AbstractGlobalEndResponse.getGlobalStatus()
Gets global status.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractGlobalEndResponse.setGlobalStatus(GlobalStatus globalStatus)
Sets global status.
|
Copyright © 2019 Seata. All rights reserved.