org.apache.qpid.client
Class AMQQueueBrowser
java.lang.Object
org.apache.qpid.client.AMQQueueBrowser
- All Implemented Interfaces:
- QueueBrowser
public class AMQQueueBrowser
- extends Object
- implements QueueBrowser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMQQueueBrowser
AMQQueueBrowser(AMQSession session,
AMQQueue queue,
String messageSelector)
throws JMSException
- Throws:
JMSException
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