Uses of Class
org.objectweb.joram.shared.client.XACnxRecoverRequest
-
Packages that use XACnxRecoverRequest 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.org.objectweb.joram.shared.client Theorg.objectweb.joram.shared.clientpackage holds the request and reply objects used in the client-provider interactions. -
-
Uses of XACnxRecoverRequest in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type XACnxRecoverRequest Modifier and Type Method Description private voidUserAgent. doReact(XACnxRecoverRequest req)Reacts to aXACnxRecoverRequestrequest requesting the identifiers of the prepared transactions. -
Uses of XACnxRecoverRequest in org.objectweb.joram.shared.client
Constructors in org.objectweb.joram.shared.client with parameters of type XACnxRecoverRequest Constructor Description XACnxRecoverReply(XACnxRecoverRequest req, Vector bqs, Vector fis, Vector gtis)Constructs aXACnxRecoverReplyinstance.
-