public interface InDoubtTransaction
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COMMIT
The transaction state meaning this transaction is committed.
|
static int |
IN_DOUBT
The transaction state meaning this transaction is not committed yet, but
also not rolled back (in-doubt).
|
static int |
ROLLBACK
The transaction state meaning this transaction is rolled back.
|
static final int IN_DOUBT
static final int COMMIT
static final int ROLLBACK
void setState(int state)
state - the new stateString getState()
String getTransactionName()
Copyright © 2017. All rights reserved.