| Package | Description |
|---|---|
| io.seata.tm.api |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalTransaction.begin()
Deprecated.
Begin a new global transaction with default timeout and name.
|
void |
DefaultGlobalTransaction.begin()
Deprecated.
|
void |
GlobalTransaction.begin(int timeout)
Deprecated.
Begin a new global transaction with given timeout and default name.
|
void |
DefaultGlobalTransaction.begin(int timeout)
Deprecated.
|
void |
GlobalTransaction.begin(int timeout,
String name)
Deprecated.
Begin a new global transaction with given timeout and given name.
|
void |
DefaultGlobalTransaction.begin(int timeout,
String name)
Deprecated.
|
void |
GlobalTransaction.commit()
Deprecated.
Commit the global transaction.
|
void |
DefaultGlobalTransaction.commit()
Deprecated.
|
GlobalStatus |
GlobalTransaction.getStatus()
Deprecated.
Ask TC for current status of the corresponding global transaction.
|
GlobalStatus |
DefaultGlobalTransaction.getStatus()
Deprecated.
|
void |
GlobalTransaction.globalReport(GlobalStatus globalStatus)
Deprecated.
report the global transaction status.
|
void |
DefaultGlobalTransaction.globalReport(GlobalStatus globalStatus)
Deprecated.
|
static GlobalTransaction |
GlobalTransactionContext.reload(String xid)
Deprecated.
Reload GlobalTransaction instance according to the given XID
|
void |
GlobalTransaction.resume(SuspendedResourcesHolder suspendedResourcesHolder)
Deprecated.
Resume the global transaction.
|
void |
DefaultGlobalTransaction.resume(SuspendedResourcesHolder suspendedResourcesHolder)
Deprecated.
|
void |
GlobalTransaction.rollback()
Deprecated.
Rollback the global transaction.
|
void |
DefaultGlobalTransaction.rollback()
Deprecated.
|
SuspendedResourcesHolder |
GlobalTransaction.suspend()
Deprecated.
Suspend the global transaction.
|
SuspendedResourcesHolder |
DefaultGlobalTransaction.suspend()
Deprecated.
|
SuspendedResourcesHolder |
GlobalTransaction.suspend(boolean clean)
Deprecated.
Suspend the global transaction.
|
SuspendedResourcesHolder |
DefaultGlobalTransaction.suspend(boolean clean)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.