| 程序包 | 说明 |
|---|---|
| io.seata.rm.tcc | |
| io.seata.rm.tcc.api | |
| io.seata.rm.tcc.interceptor |
| 限定符和类型 | 方法和说明 |
|---|---|
protected BusinessActionContext |
TCCResourceManager.getBusinessActionContext(String xid,
long branchId,
String resourceId,
String applicationData)
transfer tcc applicationData to BusinessActionContext
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BusinessActionContext |
BusinessActionContextUtil.getContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
BusinessActionContextUtil.reportContext(BusinessActionContext actionContext)
to do branch report sharing actionContext
|
static void |
BusinessActionContextUtil.setContext(BusinessActionContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected BusinessActionContext |
ActionInterceptorHandler.getOrCreateActionContextAndResetToArguments(Class<?>[] parameterTypes,
Object[] arguments)
Get or create action context, and reset to arguments
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
ActionInterceptorHandler.doTccActionLogStore(Method method,
Object[] arguments,
TwoPhaseBusinessAction businessAction,
BusinessActionContext actionContext)
Creating Branch Record
|
Copyright © 2022 Seata. All rights reserved.