Class AbstractQueueBrowserEnumeration

    • Constructor Detail

      • AbstractQueueBrowserEnumeration

        public AbstractQueueBrowserEnumeration​(AbstractQueueBrowser browser,
                                               String enumId)
        Constructor
    • Method Detail

      • getId

        public final String getId()
        Returns:
        the id
      • checkNotClosed

        public final void checkNotClosed()
                                  throws javax.jms.JMSException
        Check that the queue browser
        Throws:
        javax.jms.JMSException
      • close

        public final void close()
        Close the enumeration
      • onQueueBrowserEnumerationClose

        protected void onQueueBrowserEnumerationClose()