|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionType
Field Summary | |
---|---|
static int |
COMMIT
Commit a transaction |
static int |
COMMIT_ONE_PHASE
Do a one phase commit... |
static int |
END
End a transaction |
static int |
FORGET
Forget a transaction |
static int |
GET_RM_ID
Gets the unique id of the resource manager. |
static int |
GET_TX_TIMEOUT
Get a the transaction timeout for the RM |
static int |
JOIN
Join a transaction |
static int |
NOT_SET
Transaction state not set |
static int |
PRE_COMMIT
Pre-commit a transaction |
static int |
RECOVER
Recover a transaction |
static int |
ROLLBACK
Rollback a transaction |
static int |
SET_TX_TIMEOUT
Set a the transaction timeout for the RM |
static int |
START
Start a transaction |
static int |
XA_RECOVER
Get a list of all the XIDs that are currently prepared. |
Field Detail |
---|
static final int NOT_SET
static final int START
static final int PRE_COMMIT
static final int COMMIT
static final int RECOVER
static final int ROLLBACK
static final int END
static final int FORGET
static final int JOIN
static final int COMMIT_ONE_PHASE
static final int XA_RECOVER
static final int GET_TX_TIMEOUT
static final int SET_TX_TIMEOUT
static final int GET_RM_ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |