public interface TxcService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cleanTxc(String groupId,
String unitId)
清理TXC事务
|
void |
lockSelect(SelectImageParams selectImageParams,
boolean isxLock)
锁定资源。
|
void |
resolveDeleteImage(DeleteImageParams deleteImageParams)
delete 前置镜像 |
void |
resolveInsertImage(InsertImageParams insertImageParams)
insert 前置镜像 |
void |
resolveUpdateImage(UpdateImageParams updateImageParams)
update 前置镜像 |
void |
undo(String groupId,
String unitId)
撤销某事务单元数据库操作
|
void lockSelect(SelectImageParams selectImageParams, boolean isxLock) throws com.codingapi.txlcn.common.exception.TxcLogicException
select 被调用selectImageParams - selectImageParamsisxLock - isxLockcom.codingapi.txlcn.common.exception.TxcLogicException - TxcLogicExceptionvoid resolveUpdateImage(UpdateImageParams updateImageParams) throws com.codingapi.txlcn.common.exception.TxcLogicException
update 前置镜像updateImageParams - updateImageParamscom.codingapi.txlcn.common.exception.TxcLogicException - TxcLogicExceptionvoid resolveDeleteImage(DeleteImageParams deleteImageParams) throws com.codingapi.txlcn.common.exception.TxcLogicException
delete 前置镜像deleteImageParams - deleteImageParamscom.codingapi.txlcn.common.exception.TxcLogicException - TxcLogicExceptionvoid resolveInsertImage(InsertImageParams insertImageParams) throws com.codingapi.txlcn.common.exception.TxcLogicException
insert 前置镜像insertImageParams - insertImageParamscom.codingapi.txlcn.common.exception.TxcLogicException - TxcLogicExceptionvoid cleanTxc(String groupId, String unitId) throws com.codingapi.txlcn.common.exception.TxcLogicException
groupId - groupIdunitId - unitIdcom.codingapi.txlcn.common.exception.TxcLogicException - TxcLogicExceptionCopyright © 2019. All rights reserved.