|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains all the Transaction Statuses defined as static final integers.
Field Summary | |
static int |
STATUS_ACTIVE
A transaction is associated with the target object and it is in the active state. |
static int |
STATUS_COMMITTED
A transaction is associated with the target object and it has been committed. |
static int |
STATUS_MARKED_COMMIT
A transaction is associated with the target object and it has been prepared, i.e. |
static int |
STATUS_MARKED_ROLLBACK
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation |
static int |
STATUS_NO_TRANSACTION
No transaction is currently associated with the target object. |
static int |
STATUS_ROLLEDBACK
A transaction is associated with the target object and the outcome has been determined as rollback. |
static int |
STATUS_UNKNOWN
A transaction is associated with the target object but its current status cannot be determined. |
Field Detail |
public static final int STATUS_ACTIVE
public static final int STATUS_MARKED_ROLLBACK
public static final int STATUS_MARKED_COMMIT
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |