org.jboss.jms.server.standard
Class QueueBrowserEndpoint

java.lang.Object
  extended byorg.jboss.jms.server.standard.QueueBrowserEndpoint
All Implemented Interfaces:
BrowserEndpoint (src)

public class QueueBrowserEndpoint
extends java.lang.Object
implements BrowserEndpoint (src)

A queue browser endpoint


Constructor Summary
QueueBrowserEndpoint(MessageList (src)  list, java.lang.String selector)
           
 
Method Summary
 java.util.List browse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueBrowserEndpoint

public QueueBrowserEndpoint(MessageList (src)  list,
                            java.lang.String selector)
Method Detail

browse

public java.util.List browse()
                      throws java.lang.Exception
Specified by:
browse in interface BrowserEndpoint (src)
Throws:
java.lang.Exception