Uses of Class
org.objectweb.joram.mom.notifications.AbstractReplyNot
-
Packages that use AbstractReplyNot Package Description org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of AbstractReplyNot in org.objectweb.joram.mom.notifications
Subclasses of AbstractReplyNot in org.objectweb.joram.mom.notifications Modifier and Type Class Description classBrowseReplyABrowseReplyinstance is used by a queue for replying to a clientBrowseRequestby sending a vector of its messages.classExceptionReplyAnExceptionReplyinstance is used by a destination for notifying a client of an exception thrown when processing a request.classQueueMsgReplyAQueueMsgReplyinstance is used by a queue for replying to aReceiveRequestby sending a message to a client.classSubscribeReplyASubscribeReplyinstance is used by a topic agent for acknowledging aSubscribeRequestnotification.classTopicMsgsReplyATopicMsgsReplyinstance is used by a topic for sending messages to an agent client which subscribed to it. -
Uses of AbstractReplyNot in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type AbstractReplyNot Modifier and Type Method Description private voidUserAgent. doFwd(AgentId from, AbstractReplyNot rep)Distributes the JMS replies to the appropriate reactions.
-