public class QueueBrowserImpl extends java.lang.Object implements QueueBrowser
| Modifier and Type | Field and Description |
|---|---|
protected AbstractQueue |
_queue |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Enumeration |
getEnumeration()
Returns an enumeration of the matching messages.
|
java.lang.String |
getMessageSelector()
Returns the message selector.
|
Queue |
getQueue()
Returns the browser's queue.
|
protected AbstractQueue _queue
public Queue getQueue() throws JMSException
getQueue in interface QueueBrowserJMSExceptionpublic java.lang.String getMessageSelector()
throws JMSException
getMessageSelector in interface QueueBrowserJMSExceptionpublic java.util.Enumeration getEnumeration()
throws JMSException
getEnumeration in interface QueueBrowserJMSExceptionpublic void close()
throws JMSException
close in interface QueueBrowserJMSException