Java javax.jms QueueBrowser fields, constructors, methods, implement or subclass

Example usage for Java javax.jms QueueBrowser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms QueueBrowser.

The text is from its open source code.

Implementation

javax.jms.QueueBrowser has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidclose()
Closes the QueueBrowser .
EnumerationgetEnumeration()
Gets an enumeration for browsing the current queue messages in the order they would be received.