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

Packages that use ReceiveRequest
org.objectweb.joram.mom.dest The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. 
org.objectweb.joram.mom.dest.jmsbridge The org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. 
org.objectweb.joram.mom.notifications The org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents. 
 

Uses of ReceiveRequest in org.objectweb.joram.mom.dest
 

Methods in org.objectweb.joram.mom.dest with parameters of type ReceiveRequest
protected  void Queue.receiveRequest(AgentId from, ReceiveRequest not)
          Method implementing the reaction to a ReceiveRequest instance, requesting a message.
 void ClusterQueue.receiveRequest(AgentId from, ReceiveRequest not)
           
 

Uses of ReceiveRequest in org.objectweb.joram.mom.dest.jmsbridge
 

Methods in org.objectweb.joram.mom.dest.jmsbridge with parameters of type ReceiveRequest
 void JMSBridgeQueue.receiveRequest(AgentId from, ReceiveRequest not)
          Method specializing the reaction to a ReceiveRequest instance, requesting a message.
 

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

Constructors in org.objectweb.joram.mom.notifications with parameters of type ReceiveRequest
QueueMsgReply(ReceiveRequest req)
          Constructs a QueueMsgReply instance.
 



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