Class QueueBrowserImpl

    • Constructor Detail

      • QueueBrowserImpl

        public QueueBrowserImpl​(SessionImpl mySession,
                                javax.jms.Queue queue,
                                java.lang.String messageSelector,
                                int dispatchId,
                                int browserDispatchId,
                                RequestRegistry requestRegistry)
    • Method Detail

      • verifyState

        protected void verifyState()
                            throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • getQueue

        public javax.jms.Queue getQueue()
                                 throws javax.jms.JMSException
        Specified by:
        getQueue in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException
      • getMessageSelector

        public java.lang.String getMessageSelector()
                                            throws javax.jms.JMSException
        Specified by:
        getMessageSelector in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException
      • getEnumeration

        public java.util.Enumeration getEnumeration()
                                             throws javax.jms.JMSException
        Specified by:
        getEnumeration in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException
      • close

        public void close()
                   throws javax.jms.JMSException
        Specified by:
        close in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException
      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration
      • nextElement

        public java.lang.Object nextElement()
                                     throws java.util.NoSuchElementException
        Specified by:
        nextElement in interface java.util.Enumeration
        Throws:
        java.util.NoSuchElementException