public interface ResourceManagerOutbound
| Modifier and Type | Method and Description |
|---|---|
Long |
branchRegister(BranchType branchType,
String resourceId,
String clientId,
String xid,
String applicationData,
String lockKeys)
Branch register long.
|
void |
branchReport(BranchType branchType,
String xid,
long branchId,
BranchStatus status,
String applicationData)
Branch report.
|
boolean |
lockQuery(BranchType branchType,
String resourceId,
String xid,
String lockKeys)
Lock query boolean.
|
Long branchRegister(BranchType branchType, String resourceId, String clientId, String xid, String applicationData, String lockKeys) throws TransactionException
branchType - the branch typeresourceId - the resource idclientId - the client idxid - the xidapplicationData - the contextlockKeys - the lock keysTransactionException - the transaction exceptionvoid branchReport(BranchType branchType, String xid, long branchId, BranchStatus status, String applicationData) throws TransactionException
branchType - the branch typexid - the xidbranchId - the branch idstatus - the statusapplicationData - the application dataTransactionException - the transaction exceptionboolean lockQuery(BranchType branchType, String resourceId, String xid, String lockKeys) throws TransactionException
branchType - the branch typeresourceId - the resource idxid - the xidlockKeys - the lock keysTransactionException - the transaction exceptionCopyright © 2023 Seata. All rights reserved.