javax.jms
Interface QueueBrowser


public interface QueueBrowser

Version:
$Revision: 1.1 $
Author:
Chris Kimpton (chris@kimptoc.net)

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

Method Detail

getQueue

public Queue getQueue()
               throws JMSException
Throws:
JMSException

getMessageSelector

public String getMessageSelector()
                          throws JMSException
Throws:
JMSException

getEnumeration

public Enumeration getEnumeration()
                           throws JMSException
Throws:
JMSException

close

public void close()
           throws JMSException
Throws:
JMSException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.