public interface IIscsiWriteTrx extends IIscsiReadTrx
Modifier and Type | Method and Description |
---|---|
void |
abort()
Abort all modifications of the exclusive write transaction.
|
void |
bootstrap(byte[] vals)
This method inserts the given data into the database.
|
void |
commit()
ICommitStrategy all modifications of the exclusive write transaction.
|
void |
setValue(byte[] pValue)
Set value of data.
|
close, getCurrentData, getValueOfCurrentData, isClosed, moveTo
void bootstrap(byte[] vals) throws TTException
vals
- TTException
void setValue(byte[] pValue) throws TTException
pValue
- new value of dataTTException
- if value couldn't be setvoid commit() throws TTException
TTException
- if this revision couldn't be commitedvoid abort() throws TTException
TTException
- if this revision couldn't be abortedCopyright © 2013. All Rights Reserved.