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 QueueBrowser
JMSException
public java.lang.String getMessageSelector() throws JMSException
getMessageSelector
in interface QueueBrowser
JMSException
public java.util.Enumeration getEnumeration() throws JMSException
getEnumeration
in interface QueueBrowser
JMSException
public void close() throws JMSException
close
in interface QueueBrowser
JMSException