|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
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.messages | The org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. |
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 Message in org.objectweb.joram.mom.dest |
---|
Methods in org.objectweb.joram.mom.dest that return Message | |
---|---|
protected Message |
Queue.getQueueMessage(java.lang.String msgId,
boolean remove)
get mom message, delete if remove = true. |
protected Message |
ClusterQueue.getQueueMessage(java.lang.String msgId,
boolean remove)
get mom message, delete if remove = true. |
Methods in org.objectweb.joram.mom.dest with parameters of type Message | |
---|---|
protected boolean |
Queue.addMessage(Message message)
Adds a message in the list of messages to deliver. |
protected boolean |
Queue.isUndeliverable(Message message)
Returns true if a given message is considered as undeliverable,
because its delivery count matches the queue's threshold, if any, or the
server's default threshold value (if any). |
protected void |
Queue.setMsgTxName(Message msg)
|
protected void |
Queue.storeMessage(Message msg)
Actually stores a message in the deliverables vector. |
protected void |
Queue.storeMessageHeader(Message message)
Actually stores a message header in the deliverables vector. |
Uses of Message in org.objectweb.joram.mom.messages |
---|
Methods in org.objectweb.joram.mom.messages that return Message | |
---|---|
static Message |
Message.load(java.lang.String txname)
|
Methods in org.objectweb.joram.mom.messages with parameters of type Message | |
---|---|
static javax.management.openmbean.CompositeData |
MessageJMXWrapper.createCompositeDataSupport(Message msg)
Returns the description of a message. |
Uses of Message in org.objectweb.joram.mom.proxies |
---|
Methods in org.objectweb.joram.mom.proxies with parameters of type Message | |
---|---|
protected void |
UserAgent.setMsgTxName(Message msg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |