public interface ImaTransaction
Modifier and Type | Field and Description |
---|---|
static String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
void |
commit()
Commit the transaction.
|
ImaConnection |
getConnection()
Get the connection associated with a transaction.
|
ImaTransactionListener |
getTransactionListener()
Get the transaction listerner associated with a transaction.
|
boolean |
inUse() |
boolean |
isValid()
Check if the transaction is fully created.
|
void |
rollback()
Rollback the transaction.
|
static final String COPYRIGHT
ImaConnection getConnection()
ImaTransactionListener getTransactionListener()
void commit()
void rollback()
boolean inUse()
boolean isValid()
Copyright © Contributors to the Eclipse Foundation 2014-2021