void |
XAContext.addTransaction(int id,
java.lang.String queueName,
QueueTransaction transaction) |
Add a QueueTransaction to the XA transaction.
|
long |
XAContext.commit(boolean onePhase) |
Performs a commit operation on all registered QueueTransactions.
|
void |
XAContext.prepare() |
Performs a prepare operation on all registered QueueTransactions.
|
int |
XAContext.register(java.lang.String description) |
Registers a new Thread of Control at this XAContext.
|
void |
XAContext.rollback() |
Performs a rollback operation on all registered QueueTransaction.
|
void |
XAContext.unregister(int id,
boolean rollbackOnly) |
Unregisters a ToC from this XAContext.
|