Field Summary |
|
final public static int | STATUS_ACTIVE A transaction is associated with the target object and it is in the
active state. |
final public static int | STATUS_COMMITTED A transaction is associated with the target object and it has been
committed. |
final public static int | STATUS_COMMITTING A transaction is associated with the target object and it is in the
process of committing. |
final public 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. |
final public static int | STATUS_NO_TRANSACTION No transaction is currently associated with the target object. |
final public static int | STATUS_PREPARED A transaction is associated with the target object and it has been
prepared. |
final public static int | STATUS_PREPARING A transaction is associated with the target object and it is in the
process of preparing. |
final public static int | STATUS_ROLLEDBACK A transaction is associated with the target object and the outcome
has been determined to be rollback. |
final public static int | STATUS_ROLLING_BACK A transaction is associated with the target object and it is in the
process of rolling back. |
final public static int | STATUS_UNKNOWN A transaction is associated with the target object but its
current status cannot be determined. |