Uses of Class
com.swiftmq.swiftlet.xa.XAContextException
Packages that use XAContextException
-
Uses of XAContextException in com.swiftmq.swiftlet.xa
Methods in com.swiftmq.swiftlet.xa that throw XAContextExceptionModifier and TypeMethodDescriptionvoid
XAContext.addTransaction
(int id, 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
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.