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. |
org.objectweb.joram.shared.client |
The
org.objectweb.joram.shared.client package holds the request and reply objects used in the client-provider interactions. |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.doReact(SessAckRequest req)
Method implementing the JMS proxy reaction to a
SessAckRequest
acknowledging messages either on a queue or on a subscription. |
Modifier and Type | Field and Description |
---|---|
private Vector<SessAckRequest> |
CommitRequest.ackRequests
List of SessAckRequest
|
private Vector<SessAckRequest> |
XACnxPrepare.acks
Vector of
SessAckRequest instances. |
Modifier and Type | Method and Description |
---|---|
Enumeration<SessAckRequest> |
CommitRequest.getAckRequests() |
Vector<SessAckRequest> |
XACnxPrepare.getAcks()
Returns the vector of
SessAckRequest instances. |
Modifier and Type | Method and Description |
---|---|
void |
CommitRequest.addAckRequest(SessAckRequest sar) |
void |
XACnxPrepare.addSessAckRequest(SessAckRequest sar) |
Constructor and Description |
---|
XACnxPrepare(byte[] bq,
int fi,
byte[] gti,
Vector<ProducerMessages> sendings,
Vector<SessAckRequest> acks)
Constructs an
XACnxPrepare instance. |
Copyright © 2023 ScalAgent D.T.. All rights reserved.