public interface ImaTransaction
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.
|
ImaConnection getConnection()
ImaTransactionListener getTransactionListener()
void commit()
void rollback()
boolean inUse()
boolean isValid()
Copyright © IBM Corp. 2014. All Rights Reserved.