org.objectweb.joram.client.jms

Class QueueBrowser

Implemented Interfaces:
javax.jms.QueueBrowser

public class QueueBrowser
extends java.lang.Object
implements javax.jms.QueueBrowser

Implements the javax.jms.QueueBrowser interface.

Method Summary

void
close()
API method.
Enumeration
getEnumeration()
API method.
String
getMessageSelector()
API method.
javax.jms.Queue
getQueue()
API method.
String
toString()
Returns a string view of this browser.

Method Details

close

public void close()
            throws JMSException
API method.


getEnumeration

public Enumeration getEnumeration()
            throws JMSException
API method.


getMessageSelector

public String getMessageSelector()
            throws JMSException
API method.


getQueue

public javax.jms.Queue getQueue()
            throws JMSException
API method.


toString

public String toString()
Returns a string view of this browser.


Copyright B) 2004 Scalagent - All rights reserved