Field Summary |
|
final public static int | STATUS_ACTIVE Status code indicating an active transaction. |
final public static int | STATUS_COMMITTED Status code indicating a transaction that has been committed. |
final public 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. |
final public static int | STATUS_MARKED_ROLLBACK Status code indicating a transaction that has been marked for
rollback only. |
final public static int | STATUS_NO_TRANSACTION Status code indicating that no transaction exists. |
final public 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. |
final public 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. |
final public static int | STATUS_ROLLEDBACK Status code indicating a transaction that has been rolled back. |
final public static int | STATUS_ROLLING_BACK Status code indicating a transaction that is in the process of
rolling back. |
final public static int | STATUS_UNKNOWN Status code indicating that the transaction status could not be
determined. |