|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueueListener in org.exolab.jms.messagemgr |
Classes in org.exolab.jms.messagemgr that implement QueueListener | |
class |
QueueBrowserEndpoint
A QueueBrowserEndpoint is a QueueListener to a QueueDestinationCache. |
Methods in org.exolab.jms.messagemgr with parameters of type QueueListener | |
void |
QueueDestinationCache.addQueueListener(QueueListener listener)
A Queue can also hav a queue listener, which simply gets informed of all messages that arrive at this destination |
void |
QueueDestinationCache.removeQueueListener(QueueListener listener)
Remove the queue listener associated with this cache |
void |
QueueDestinationCache.playbackMessages(QueueListener listener)
Playback all the messages in the cache to the specified QueueListener |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |