Package | Description |
---|---|
org.objectweb.joram.mom.proxies |
The
org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
Modifier and Type | Field and Description |
---|---|
private Map<Xid,XACnxPrepare> |
UserAgent.recoveredTransactions
Table holding the recovered transactions branches.
|
private Hashtable<Xid,XACnxPrepare> |
ClientContext.transactionsTable
Prepared transactions objects waiting for commit.
|
Modifier and Type | Method and Description |
---|---|
(package private) XACnxPrepare |
ClientContext.getTxPrepare(Object key)
Returns and deletes a given transaction "prepare".
|
Modifier and Type | Method and Description |
---|---|
(package private) Hashtable<Xid,XACnxPrepare> |
ClientContext.getTransactionsTable() |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.doReact(XACnxPrepare req)
Method implementing the JMS proxy reaction to an
XACnxPrepare request holding messages and acknowledgements
produced in an XA transaction. |
(package private) void |
ClientContext.registerTxPrepare(Object key,
XACnxPrepare prepare)
Registers a given transaction "prepare".
|
Copyright © 2021 ScalAgent D.T.. All rights reserved.