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> |
XACnxPrepare.sendings
Vector of
ProducerMessages instances. |
Modifier and Type | Method and Description |
---|---|
void |
XACnxPrepare.addProducerMessages(ProducerMessages pm) |
void |
CommitRequest.addProducerMessages(ProducerMessages pm) |
Copyright © 2020 ScalAgent D.T.. All rights reserved.