Uses of Class
org.objectweb.joram.shared.client.XACnxPrepare
-
Packages that use XACnxPrepare Package Description org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of XACnxPrepare in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies with type parameters of type XACnxPrepare Modifier and Type Field Description private Map<Xid,XACnxPrepare>UserAgent. recoveredTransactionsTable holding the recovered transactions branches.private Hashtable<Xid,XACnxPrepare>ClientContext. transactionsTablePrepared transactions objects waiting for commit.Methods in org.objectweb.joram.mom.proxies that return XACnxPrepare Modifier and Type Method Description (package private) XACnxPrepareClientContext. getTxPrepare(Object key)Returns and deletes a given transaction "prepare".Methods in org.objectweb.joram.mom.proxies that return types with arguments of type XACnxPrepare Modifier and Type Method Description (package private) Hashtable<Xid,XACnxPrepare>ClientContext. getTransactionsTable()Methods in org.objectweb.joram.mom.proxies with parameters of type XACnxPrepare Modifier and Type Method Description private voidUserAgent. doReact(XACnxPrepare req)Method implementing the JMS proxy reaction to anXACnxPreparerequest holding messages and acknowledgements produced in an XA transaction.(package private) voidClientContext. registerTxPrepare(Object key, XACnxPrepare prepare)Registers a given transaction "prepare".
-