public interface TransactionConstants
Modifier and Type | Field and Description |
---|---|
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.
|
static final int ACTIVE
static final int VOTING
static final int PREPARED
static final int NOTCHANGED
static final int COMMITTED
static final int ABORTED
Copyright © GigaSpaces.