Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected List<ReceiveRequest> |
Queue.requests
List holding the requests before reply or expiry.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
JMSBridgeQueue.receiveRequest(AgentId from,
ReceiveRequest not)
Deprecated.
Method specializing the reaction to a
ReceiveRequest
instance, requesting a message. |
Constructor and Description |
---|
QueueMsgReply(ReceiveRequest req)
Constructs a
QueueMsgReply instance. |
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.