org.fusesource.fabric.activemq.facade
Class QueueBrowseQuery
java.lang.Object
org.fusesource.fabric.activemq.facade.DestinationFacade
org.fusesource.fabric.activemq.facade.QueueBrowseQuery
- Direct Known Subclasses:
- MessageQuery
public class QueueBrowseQuery
- extends DestinationFacade
| Methods inherited from class org.fusesource.fabric.activemq.facade.DestinationFacade |
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getValidDestination, removeDestination, setJMSDestination, setJMSDestinationType, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueueBrowseQuery
public QueueBrowseQuery(BrokerFacade brokerFacade,
SessionPool sessionPool)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
destroy
public void destroy()
throws java.lang.Exception
- Throws:
java.lang.Exception
getBrowser
public javax.jms.QueueBrowser getBrowser()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
setBrowser
public void setBrowser(javax.jms.QueueBrowser browser)
getQueue
public javax.jms.Queue getQueue()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
setQueue
public void setQueue(javax.jms.Queue queue)
getSelector
public java.lang.String getSelector()
setSelector
public void setSelector(java.lang.String selector)
getSession
public javax.jms.Session getSession()
isQueue
public boolean isQueue()
- Overrides:
isQueue in class DestinationFacade
createBrowser
protected javax.jms.QueueBrowser createBrowser()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
Copyright © 2013 Red Hat. All Rights Reserved.