|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants common to transaction managers and participants.
Field Summary | |
static int |
ABORTED
Transaction has been aborted. |
static int |
ACTIVE
Transaction is currently active. |
static int |
COMMITTED
Transaction has been committed. |
static int |
NOTCHANGED
Transaction has been prepared with nothing to commit. |
static int |
PREPARED
Transaction has been prepared but not yet committed. |
static int |
VOTING
Transaction is determining if it can be committed. |
Field Detail |
public static final int ACTIVE
public static final int VOTING
public static final int PREPARED
public static final int NOTCHANGED
public static final int COMMITTED
public static final int ABORTED
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |