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 ProducerMessages |
UserAgent.processInterceptors(int key,
ProducerMessages pm) |
Modifier and Type | Method and Description |
---|---|
private ProducerMessages |
UserAgent.processInterceptors(int key,
ProducerMessages pm) |
void |
RequestBuffer.put(int key,
ProducerMessages req) |
private void |
UserAgent.reactToClientRequest(int key,
ProducerMessages req,
CallbackNotification callbackNotification)
Forwards the messages sent by the client in a
ProducerMessages request as a ClientMessages
MOM request directly to a destination, and acknowledges them by sending
a ServerReply back. |
Modifier and Type | Field and Description |
---|---|
private Vector<ProducerMessages> |
CommitRequest.producerMessages
List of ProducerMessages
|
private Vector<ProducerMessages> |
XACnxPrepare.sendings
Vector of
ProducerMessages instances. |
Modifier and Type | Method and Description |
---|---|
Enumeration<ProducerMessages> |
CommitRequest.getProducerMessages() |
Vector<ProducerMessages> |
XACnxPrepare.getSendings()
Returns the vector of
ProducerMessages instances. |
Modifier and Type | Method and Description |
---|---|
void |
XACnxPrepare.addProducerMessages(ProducerMessages pm) |
void |
CommitRequest.addProducerMessages(ProducerMessages pm) |
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.