Package | Description |
---|---|
org.objectweb.joram.mom.notifications |
The
org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
BrowseReply
A
BrowseReply instance is used by a queue for replying
to a client BrowseRequest by sending a vector of its messages. |
class |
ExceptionReply
An
ExceptionReply instance is used by a destination for
notifying a client of an exception thrown when processing a request. |
class |
QueueMsgReply
A
QueueMsgReply instance is used by a queue for replying to a
ReceiveRequest by sending a message to a client. |
class |
SubscribeReply
A
SubscribeReply instance is used by a topic agent
for acknowledging a SubscribeRequest notification. |
class |
TopicMsgsReply
A
TopicMsgsReply instance is used by a topic for sending
messages to an agent client which subscribed to it. |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.doFwd(AgentId from,
AbstractReplyNot rep)
Distributes the JMS replies to the appropriate reactions.
|
Copyright © 2022 ScalAgent D.T.. All rights reserved.