|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueListener | |
|---|---|
| org.exolab.jms.messagemgr | |
| 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.playbackMessages(QueueListener listener)
Playback all the messages in the cache to the specified QueueListener |
void |
QueueDestinationCache.removeQueueListener(QueueListener listener)
Remove the queue listener associated with this cache |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||