Uses of Class
org.objectweb.joram.mom.notifications.AbstractReplyNot

Packages that use AbstractReplyNot
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. 
 

Uses of AbstractReplyNot in org.objectweb.joram.mom.notifications
 

Subclasses of AbstractReplyNot in org.objectweb.joram.mom.notifications
 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.
 

Uses of AbstractReplyNot in org.objectweb.joram.mom.proxies
 

Methods in org.objectweb.joram.mom.proxies with parameters of type AbstractReplyNot
private  void ProxyImpl.doFwd(AgentId from, AbstractReplyNot rep)
          Distributes the JMS replies to the appropriate reactions.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.