org.hornetq.jms.client
public final class HornetQQueueBrowser extends Object implements javax.jms.QueueBrowser
Modifier | Constructor and Description |
---|---|
protected |
HornetQQueueBrowser(HornetQQueue queue,
String messageSelector,
ClientSession session) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Enumeration |
getEnumeration() |
String |
getMessageSelector() |
javax.jms.Queue |
getQueue() |
String |
toString() |
protected HornetQQueueBrowser(HornetQQueue queue, String messageSelector, ClientSession session) throws javax.jms.JMSException
javax.jms.JMSException
public void close() throws javax.jms.JMSException
close
in interface javax.jms.QueueBrowser
javax.jms.JMSException
public Enumeration getEnumeration() throws javax.jms.JMSException
getEnumeration
in interface javax.jms.QueueBrowser
javax.jms.JMSException
public String getMessageSelector() throws javax.jms.JMSException
getMessageSelector
in interface javax.jms.QueueBrowser
javax.jms.JMSException
public javax.jms.Queue getQueue() throws javax.jms.JMSException
getQueue
in interface javax.jms.QueueBrowser
javax.jms.JMSException
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.