| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionConstants
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 | 
|---|
static final int ACTIVE
static final int VOTING
static final int PREPARED
static final int NOTCHANGED
static final int COMMITTED
static final int ABORTED
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||