Uses of Class
org.objectweb.joram.mom.notifications.ReceiveRequest
-
Packages that use ReceiveRequest Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents. -
-
Uses of ReceiveRequest in org.objectweb.joram.mom.dest
Fields in org.objectweb.joram.mom.dest with type parameters of type ReceiveRequest Modifier and Type Field Description protected List<ReceiveRequest>Queue. requestsList holding the requests before reply or expiry.Methods in org.objectweb.joram.mom.dest with parameters of type ReceiveRequest Modifier and Type Method Description voidClusterQueue. receiveRequest(AgentId from, ReceiveRequest not)protected voidQueue. receiveRequest(AgentId from, ReceiveRequest not)Method implementing the reaction to aReceiveRequestinstance, requesting a message. -
Uses of ReceiveRequest in org.objectweb.joram.mom.notifications
Constructors in org.objectweb.joram.mom.notifications with parameters of type ReceiveRequest Constructor Description QueueMsgReply(ReceiveRequest req)Constructs aQueueMsgReplyinstance.
-