JMS 1.1
API Specification

Uses of Interface
javax.jms.QueueBrowser

Uses of QueueBrowser in javax.jms
 

Methods in javax.jms that return QueueBrowser
 javax.jms.QueueBrowser QueueSession.createBrowser(javax.jms.Queue queue)
          Creates a QueueBrowser object to peek at the messages on the specified queue.
 javax.jms.QueueBrowser QueueSession.createBrowser(javax.jms.Queue queue, String messageSelector)
          Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
 javax.jms.QueueBrowser Session.createBrowser(javax.jms.Queue queue)
          Creates a QueueBrowser object to peek at the messages on the specified queue.
 javax.jms.QueueBrowser Session.createBrowser(javax.jms.Queue queue, String messageSelector)
          Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
 


JMS 1.1
API Specification

Sun Microsystems Inc. 2003.