class XAContext extends Object
Modifier and Type | Field and Description |
---|---|
(package private) Hashtable |
deliveries
Table holding the identifiers of the messages delivered per
destination or subscription, in the transaction.
|
(package private) Hashtable |
sendings
Table holding the
ProducerMessages produced in the
transaction. |
(package private) int |
status
The transaction status.
|
Constructor and Description |
---|
XAContext()
Constructs an
XAContext instance. |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addDeliveries(Hashtable newDeliveries)
Adds new deliveries occured within the resumed transaction.
|
(package private) void |
addSendings(Hashtable newSendings)
Adds new sendings performed by the resumed transaction.
|
int status
Hashtable sendings
ProducerMessages
produced in the
transaction.
Key: destination name
Object: ProducerMessages
Hashtable deliveries
Key: destination or subscription name
Object: corresponding MessageAcks
instance
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.