| Package | Description |
|---|---|
| io.seata.tm.api |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGlobalTransaction
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GlobalTransaction |
GlobalTransactionContext.createNew()
Deprecated.
Try to create a new GlobalTransaction.
|
static GlobalTransaction |
GlobalTransactionContext.getCurrent()
Deprecated.
Get GlobalTransaction instance bind on current thread.
|
static GlobalTransaction |
GlobalTransactionContext.getCurrentOrCreate()
Deprecated.
Get GlobalTransaction instance bind on current thread.
|
static GlobalTransaction |
GlobalTransactionContext.reload(String xid)
Deprecated.
Reload GlobalTransaction instance according to the given XID
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFailureHandlerImpl.onBeginFailure(GlobalTransaction tx,
Throwable cause)
Deprecated.
|
void |
DefaultFailureHandlerImpl.onCommitFailure(GlobalTransaction tx,
Throwable cause)
Deprecated.
|
void |
DefaultFailureHandlerImpl.onRollbackFailure(GlobalTransaction tx,
Throwable originalException)
Deprecated.
|
void |
DefaultFailureHandlerImpl.onRollbacking(GlobalTransaction tx,
Throwable originalException)
Deprecated.
|
| Constructor and Description |
|---|
CheckTimerTask(GlobalTransaction tx,
GlobalStatus required) |
Copyright © 2025 Apache. All rights reserved.