| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Field Summary | |
| static int | STATUS_ACTIVEA transaction is associated with the target object and it is in the active state. | 
| static int | STATUS_COMMITTEDA transaction is associated with the target object and it has been committed. | 
| static int | STATUS_COMMITTINGA transaction is associated with the target object and it is in the process of committing. | 
| static int | STATUS_MARKED_ROLLBACKA 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_TRANSACTIONNo transaction is currently associated with the target object. | 
| static int | STATUS_PREPAREDA transaction is associated with the target object and it has been prepared, i.e. | 
| static int | STATUS_PREPARINGA transaction is associated with the target object and it is in the process of preparing. | 
| static int | STATUS_ROLLEDBACKA transaction is associated with the target object and the outcome has been determined as rollback. | 
| static int | STATUS_ROLLING_BACKA transaction is associated with the target object and it is in the process of rolling back. | 
| static int | STATUS_UNKNOWNA 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_COMMITTED
public static final int STATUS_COMMITTING
public static final int STATUS_MARKED_ROLLBACK
public static final int STATUS_NO_TRANSACTION
public static final int STATUS_PREPARED
public static final int STATUS_PREPARING
public static final int STATUS_ROLLEDBACK
public static final int STATUS_ROLLING_BACK
public static final int STATUS_UNKNOWN
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||