public class AMQQueueBrowser extends Object implements javax.jms.QueueBrowser
Modifier and Type | Method and Description |
---|---|
void |
close() |
Enumeration |
getEnumeration() |
String |
getMessageSelector() |
javax.jms.Queue |
getQueue() |
public javax.jms.Queue getQueue() throws javax.jms.JMSException
getQueue
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 Enumeration getEnumeration() throws javax.jms.JMSException
getEnumeration
in interface javax.jms.QueueBrowser
javax.jms.JMSException
public void close() throws javax.jms.JMSException
close
in interface javax.jms.QueueBrowser
javax.jms.JMSException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.