Uses of Interface
org.exolab.jms.messagemgr.QueueListener

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
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.