public class QueueBrowseQuery extends DestinationFacade
Constructor and Description |
---|
QueueBrowseQuery(BrokerFacade brokerFacade,
SessionPool sessionPool) |
Modifier and Type | Method and Description |
---|---|
protected javax.jms.QueueBrowser |
createBrowser() |
void |
destroy() |
javax.jms.QueueBrowser |
getBrowser() |
javax.jms.Queue |
getQueue() |
String |
getSelector() |
javax.jms.Session |
getSession() |
boolean |
isQueue() |
void |
setBrowser(javax.jms.QueueBrowser browser) |
void |
setQueue(javax.jms.Queue queue) |
void |
setSelector(String selector) |
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getValidDestination, removeDestination, setJMSDestination, setJMSDestinationType, toString
public QueueBrowseQuery(BrokerFacade brokerFacade, SessionPool sessionPool) throws javax.jms.JMSException
javax.jms.JMSException
public javax.jms.QueueBrowser getBrowser() throws javax.jms.JMSException
javax.jms.JMSException
public void setBrowser(javax.jms.QueueBrowser browser)
public javax.jms.Queue getQueue() throws javax.jms.JMSException
javax.jms.JMSException
public void setQueue(javax.jms.Queue queue)
public String getSelector()
public void setSelector(String selector)
public javax.jms.Session getSession()
public boolean isQueue()
isQueue
in class DestinationFacade
protected javax.jms.QueueBrowser createBrowser() throws javax.jms.JMSException
javax.jms.JMSException
Copyright © 2011–2014 Red Hat. All rights reserved.