|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageRef | |
org.exolab.jms.messagemgr |
Uses of MessageRef in org.exolab.jms.messagemgr |
Methods in org.exolab.jms.messagemgr that return MessageRef | |
MessageRef |
AbstractMessageHandle.getMessageRef()
Returns the message reference. |
MessageRef |
MessageHandle.getMessageRef()
Returns the message reference. |
MessageRef |
MessageCache.getMessageRef(java.lang.String messageId)
Returns a message reference, given its identifier |
Methods in org.exolab.jms.messagemgr with parameters of type MessageRef | |
protected void |
AbstractDestinationCache.addMessage(MessageRef reference,
MessageImpl message)
Add a message reference and its corresponding message to the cache |
protected void |
AbstractDestinationCache.messageExpired(MessageRef reference)
Remove an expired non-peristent message, and notify any listeners. |
protected void |
AbstractDestinationCache.persistentMessageExpired(MessageRef reference)
Remove an expired persistent message, and notify any listeners. |
protected void |
AbstractDestinationCache.checkMessageExpiry(MessageRef reference,
MessageImpl message)
Check to see if the message has a TTL. |
protected void |
AbstractDestinationCache.checkMessageExpiry(MessageRef reference,
long expiryTime)
Check to see if the message has a TTL. |
protected void |
AbstractMessageHandle.setMessageRef(MessageRef reference)
Sets the message reference. |
protected void |
QueueDestinationCache.addMessage(MessageRef reference,
MessageImpl message,
MessageHandle handle)
Add a message, and notify any listeners. |
protected void |
QueueDestinationCache.messageExpired(MessageRef reference)
Remove an expired non-peristent message, and notify any listeners. |
protected void |
QueueDestinationCache.persistentMessageExpired(MessageRef reference)
Remove an expired persistent message, and notify any listeners. |
void |
MessageCache.addMessage(MessageRef reference,
MessageImpl message)
Add a reference and its corresponding message to the cache |
void |
MessageCache.addMessageRef(MessageRef reference)
Adds a message reference to the cache |
MessageImpl |
MessageCache.getMessage(MessageRef reference)
Returns the message corresponding to the specified reference |
void |
MessageCache.destroy(MessageRef reference)
Destroys the message corresponding to the reference |
void |
PersistentMessageHandle.reference(MessageRef reference)
Reference a message. |
Constructors in org.exolab.jms.messagemgr with parameters of type MessageRef | |
AbstractMessageHandle(DestinationCache cache,
MessageRef reference,
MessageImpl message)
Construct a new AbstractMessageHandle . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |