javax.jms

Interface QueueBrowser

public interface QueueBrowser

Method Summary

void
close()
Enumeration
getEnumeration()
String
getMessageSelector()
Queue
getQueue()

Method Details

close

public void close()
            throws JMSException

getEnumeration

public Enumeration getEnumeration()
            throws JMSException

getMessageSelector

public String getMessageSelector()
            throws JMSException

getQueue

public Queue getQueue()
            throws JMSException