| java.lang.Object com.caucho.jms.connection.QueueBrowserImpl
QueueBrowserImpl | public class QueueBrowserImpl implements QueueBrowser(Code) | | A basic queue.
|
QueueBrowserImpl | QueueBrowserImpl(JmsSession session, Queue queue, String messageSelector) throws JMSException(Code) | | |
close | public void close() throws JMSException(Code) | | |
getEnumeration | public Enumeration getEnumeration() throws JMSException(Code) | | Returns an enumeration of the matching messages.
|
getMessageSelector | public String getMessageSelector() throws JMSException(Code) | | Returns the message selector.
|
getQueue | public Queue getQueue() throws JMSException(Code) | | Returns the browser's queue.
|
|
|