org.apache.qpid.client
Class AMQQueueBrowser

java.lang.Object
  extended by org.apache.qpid.client.AMQQueueBrowser
All Implemented Interfaces:
QueueBrowser

public class AMQQueueBrowser
extends Object
implements QueueBrowser


Constructor Summary
AMQQueueBrowser(AMQSession session, AMQQueue queue, String messageSelector)
           
 
Method Summary
 void close()
           
 Enumeration getEnumeration()
           
 String getMessageSelector()
           
 Queue getQueue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMQQueueBrowser

AMQQueueBrowser(AMQSession session,
                AMQQueue queue,
                String messageSelector)
          throws JMSException
Throws:
JMSException
Method Detail

getQueue

public Queue getQueue()
               throws JMSException
Specified by:
getQueue in interface QueueBrowser
Throws:
JMSException

getMessageSelector

public String getMessageSelector()
                          throws JMSException
Specified by:
getMessageSelector in interface QueueBrowser
Throws:
JMSException

getEnumeration

public Enumeration getEnumeration()
                           throws JMSException
Specified by:
getEnumeration in interface QueueBrowser
Throws:
JMSException

close

public void close()
           throws JMSException
Specified by:
close in interface QueueBrowser
Throws:
JMSException


Licensed to the Apache Software Foundation