Class ActiveMQQueueBrowser
- java.lang.Object
-
- org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- All Implemented Interfaces:
java.lang.AutoCloseable,javax.jms.QueueBrowser
public final class ActiveMQQueueBrowser extends java.lang.Object implements javax.jms.QueueBrowserActiveMQ Artemis implementation of a JMS QueueBrowser.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActiveMQQueueBrowser(ConnectionFactoryOptions options, ActiveMQQueue queue, java.lang.String messageSelector, ClientSession session, boolean enable1xPrefixes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.util.EnumerationgetEnumeration()java.lang.StringgetMessageSelector()javax.jms.QueuegetQueue()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ActiveMQQueueBrowser
protected ActiveMQQueueBrowser(ConnectionFactoryOptions options, ActiveMQQueue queue, java.lang.String messageSelector, ClientSession session, boolean enable1xPrefixes) throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
-
-
Method Detail
-
close
public void close() throws javax.jms.JMSException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejavax.jms.QueueBrowser- Throws:
javax.jms.JMSException
-
getEnumeration
public java.util.Enumeration getEnumeration() throws javax.jms.JMSException- Specified by:
getEnumerationin interfacejavax.jms.QueueBrowser- Throws:
javax.jms.JMSException
-
getMessageSelector
public java.lang.String getMessageSelector() throws javax.jms.JMSException- Specified by:
getMessageSelectorin interfacejavax.jms.QueueBrowser- Throws:
javax.jms.JMSException
-
getQueue
public javax.jms.Queue getQueue() throws javax.jms.JMSException- Specified by:
getQueuein interfacejavax.jms.QueueBrowser- Throws:
javax.jms.JMSException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-