public interface ImaTransactionListener
Modifier and Type | Field and Description |
---|---|
static String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
void |
onCommit(ImaTransaction transaction,
int rc,
String reason)
Called when the transaction is committed.
|
void |
onCreate(ImaTransaction transaction,
int rc,
String reason)
Called when the transaction is created.
|
void |
onRollback(ImaTransaction transaction,
int rc,
String reason)
Called when the transaction is rolled back.
|
static final String COPYRIGHT
void onCreate(ImaTransaction transaction, int rc, String reason)
transaction
- rc
- A return code 0=normalreason
- A human readable reason codevoid onCommit(ImaTransaction transaction, int rc, String reason)
rc
- A return code 0=normalreason
- A human readable reason codevoid onRollback(ImaTransaction transaction, int rc, String reason)
rc
- A return code 0=normalreason
- A human readable reason codeCopyright © Contributors to the Eclipse Foundation 2014-2021