Package | Description |
---|---|
com.ibm.ima.plugin |
Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight.
|
Modifier and Type | Method and Description |
---|---|
void |
ImaMessage.acknowledge(int rc,
ImaTransaction transaction)
Acknowledge a received message.
|
void |
ImaTransactionListener.onCommit(ImaTransaction transaction,
int rc,
String reason)
Called when the transaction is committed.
|
void |
ImaTransactionListener.onCreate(ImaTransaction transaction,
int rc,
String reason)
Called when the transaction is created.
|
void |
ImaTransactionListener.onRollback(ImaTransaction transaction,
int rc,
String reason)
Called when the transaction is rolled back.
|
Copyright © Contributors to the Eclipse Foundation 2014-2021