public interface ISharedObjectContainerTransaction
Modifier and Type | Field and Description |
---|---|
static byte |
ABORTED |
static byte |
ACTIVE |
static byte |
COMMITTED |
static byte |
PREPARED |
static byte |
VOTING |
Modifier and Type | Method and Description |
---|---|
byte |
getTransactionState()
Get state of transaction.
|
void |
waitToCommit()
Method called to wait for a transaction to complete.
|
static final byte ACTIVE
static final byte VOTING
static final byte PREPARED
static final byte COMMITTED
static final byte ABORTED
void waitToCommit() throws SharedObjectAddAbortException
SharedObjectAddAbortException
byte getTransactionState()