|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Status interface defines the constants for transaction status codes.
Field Summary | |
static int |
STATUS_ACTIVE
Status code indicating an active transaction. |
static int |
STATUS_COMMITTED
Status code indicating a transaction that has been committed. |
static int |
STATUS_COMMITTING
Status code indicating a transaction that has begun the second phase of the two-phase commit protocol, but not yet completed this phase. |
static int |
STATUS_MARKED_ROLLBACK
Status code indicating a transaction that has been marked for rollback only. |
static int |
STATUS_NO_TRANSACTION
Status code indicating that no transaction exists. |
static int |
STATUS_PREPARED
Status code indicating a transaction that has completed the first phase of the two-phase commit protocol, but not yet begun the second phase. |
static int |
STATUS_PREPARING
Status code indicating a transaction that has begun the first phase of the two-phase commit protocol, not not yet completed this phase. |
static int |
STATUS_ROLLEDBACK
Status code indicating a transaction that has been rolled back. |
static int |
STATUS_ROLLING_BACK
Status code indicating a transaction that is in the process of rolling back. |
static int |
STATUS_UNKNOWN
Status code indicating that the transaction status could not be determined. |
Field Detail |
public static final int STATUS_ACTIVE
public static final int STATUS_MARKED_ROLLBACK
public static final int STATUS_PREPARED
public static final int STATUS_COMMITTED
public static final int STATUS_ROLLEDBACK
public static final int STATUS_UNKNOWN
public static final int STATUS_NO_TRANSACTION
public static final int STATUS_PREPARING
public static final int STATUS_COMMITTING
public static final int STATUS_ROLLING_BACK
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |