Uses of Class
org.exolab.jms.messagemgr.QueueBrowserEndpoint

Packages that use QueueBrowserEndpoint
org.exolab.jms.messagemgr   
 

Uses of QueueBrowserEndpoint in org.exolab.jms.messagemgr
 

Methods in org.exolab.jms.messagemgr with parameters of type QueueBrowserEndpoint
 void QueueDestinationCache.addQueueListener(QueueBrowserEndpoint listener)
          A Queue can also hav a queue listener, which simply gets informed of all messages that arrive at this destination.
 void QueueDestinationCache.removeQueueListener(QueueBrowserEndpoint listener)
          Remove the queue listener associated with this cache
 void QueueDestinationCache.playbackMessages(QueueBrowserEndpoint browser)
          Playback all the messages in the cache to the specified QueueBrowserEndpoint.
 



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