Package | Description |
---|---|
com.scalagent.joram.mom.dest.ftp | |
fr.dyade.aaa.agent | |
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 |
FtpNot |
Modifier and Type | Method and Description |
---|---|
void |
CallbackNotification.passCallback(CallbackNotification not)
Passes the
CountDownCallback to the specified
CallbackNotification . |
Modifier and Type | Class and Description |
---|---|
class |
AbortReceiveRequest |
class |
AbstractNotification
The
AbstractNotification class is the superclass of the
notifications exchanged by a client agent and a MOM destination agent. |
class |
AbstractReplyNot
An
AbstractReply is a reply sent by a destination agent to
a client agent. |
class |
AbstractRequestNot
An
AbstractRequest is a request sent by a client agent to
a destination agent. |
class |
AcknowledgeRequest
An
AcknowledgeRequest instance is used by a client agent
for acknowledging one or many messages on a queue. |
class |
AdminReplyNot
An
AdminReply is used by a destination agent for replying to
a client administration request. |
class |
AdminRequestNot
An
AdminRequest is used by a client agent for sending an
administration request to a destination agent. |
class |
BrowseReply
A
BrowseReply instance is used by a queue for replying
to a client BrowseRequest by sending a vector of its messages. |
class |
BrowseRequest
A
BrowseRequest instance is used by a client agent for
requesting a "view" of the messages on a queue, without actually consuming
them. |
class |
ClientMessages
A
ClientMessages instance is used by a client agent for
sending one or many messages to a destination. |
class |
DenyRequest
A
DenyRequest instance is used by a client agent
for denying one or many messages on a queue. |
class |
ExceptionReply
An
ExceptionReply instance is used by a destination for
notifying a client of an exception thrown when processing a request. |
class |
GetRightsReplyNot
This notification is used by a destination for sending the identifiers of its readers
and writers in response to a GetRightsRequest.
|
class |
GetRightsRequestNot
This request is used for requesting the rights about a destination.
|
class |
QueueMsgReply
A
QueueMsgReply instance is used by a queue for replying to a
ReceiveRequest by sending a message to a client. |
class |
ReceiveRequest
A
ReceiveRequest instance is used by a client agent for
requesting a message on a queue. |
class |
RequestGroupNot |
class |
SubscribeReply
A
SubscribeReply instance is used by a topic agent
for acknowledging a SubscribeRequest notification. |
class |
SubscribeRequest
A
SubscribeRequest instance is used by a client agent
for subscribing to a topic. |
class |
TopicForwardNot
A
TopicForwardNot is a notification sent by a topic to
another topic part of the same cluster, or to its hierarchical father,
and holding a forwarded ClientMessages notification. |
class |
TopicMsgsReply
A
TopicMsgsReply instance is used by a topic for sending
messages to an agent client which subscribed to it. |
class |
UnsubscribeRequest
An
UnsubscribeRequest instance is used by a client agent
for unsubscribing to a topic. |
Modifier and Type | Class and Description |
---|---|
class |
RequestNot |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.doReact(int key,
AbstractJmsRequest request,
CallbackNotification callbackNotification)
Distributes the client requests to the appropriate reactions.
|
private void |
UserAgent.doReact(int key,
CommitRequest req,
CallbackNotification callbackNotification) |
protected void |
UserAgent.reactToClientRequest(int key,
AbstractJmsRequest request,
CallbackNotification callbackNotification)
Method processing clients requests.
|
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. |
Copyright © 2020 ScalAgent D.T.. All rights reserved.