org.jboss.jms.server.standard
Class QueueBrowserEndpointFactory

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

public class QueueBrowserEndpointFactory
extends java.lang.Object
implements BrowserEndpointFactory (src)

A queue delivery endpoint factory


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

Constructor Detail

QueueBrowserEndpointFactory

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

getBrowserEndpoint

public BrowserEndpoint (src)  getBrowserEndpoint()
Specified by:
getBrowserEndpoint in interface BrowserEndpointFactory (src)