public class TransactionBJEImpl extends java.lang.Object implements HGStorageTransaction
Constructor and Description |
---|
TransactionBJEImpl(Transaction t,
Environment env) |
Modifier and Type | Method and Description |
---|---|
void |
abort() |
BJETxCursor |
attachCursor(Cursor cursor) |
void |
commit() |
Environment |
getBJEEnvironment() |
Transaction |
getBJETransaction() |
static TransactionBJEImpl |
nullTransaction() |
public static final TransactionBJEImpl nullTransaction()
public Environment getBJEEnvironment()
public Transaction getBJETransaction()
public void commit() throws HGTransactionException
commit
in interface HGStorageTransaction
HGTransactionException
public void abort() throws HGTransactionException
abort
in interface HGStorageTransaction
HGTransactionException
public BJETxCursor attachCursor(Cursor cursor)