Uses of Class
org.objectweb.joram.shared.client.SessAckRequest
-
Packages that use SessAckRequest 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 SessAckRequest in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type SessAckRequest Modifier and Type Method Description private voidUserAgent. doReact(SessAckRequest req)Method implementing the JMS proxy reaction to aSessAckRequestacknowledging messages either on a queue or on a subscription. -
Uses of SessAckRequest in org.objectweb.joram.shared.client
Fields in org.objectweb.joram.shared.client with type parameters of type SessAckRequest Modifier and Type Field Description private Vector<SessAckRequest>CommitRequest. ackRequestsList of SessAckRequestprivate Vector<SessAckRequest>XACnxPrepare. acksVector ofSessAckRequestinstances.Methods in org.objectweb.joram.shared.client that return types with arguments of type SessAckRequest Modifier and Type Method Description Enumeration<SessAckRequest>CommitRequest. getAckRequests()Vector<SessAckRequest>XACnxPrepare. getAcks()Returns the vector ofSessAckRequestinstances.Methods in org.objectweb.joram.shared.client with parameters of type SessAckRequest Modifier and Type Method Description voidCommitRequest. addAckRequest(SessAckRequest sar)voidXACnxPrepare. addSessAckRequest(SessAckRequest sar)
-