org.jboss.messaging.jms.client
Class JBossQueueBrowser
java.lang.Object
org.jboss.messaging.jms.client.JBossQueueBrowser
- All Implemented Interfaces:
- javax.jms.QueueBrowser
public class JBossQueueBrowser
- extends java.lang.Object
- implements javax.jms.QueueBrowser
- Author:
- Tim Fox, Andy Taylor
$Id: JBossQueueBrowser.java 5927 2009-02-25 11:15:55Z ataylor $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JBossQueueBrowser
public JBossQueueBrowser(JBossQueue queue,
java.lang.String messageSelector,
ClientSession session)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
close
public void close()
throws javax.jms.JMSException
- Specified by:
close
in interface javax.jms.QueueBrowser
- Throws:
javax.jms.JMSException
getEnumeration
public java.util.Enumeration getEnumeration()
throws javax.jms.JMSException
- Specified by:
getEnumeration
in interface javax.jms.QueueBrowser
- Throws:
javax.jms.JMSException
getMessageSelector
public java.lang.String getMessageSelector()
throws javax.jms.JMSException
- Specified by:
getMessageSelector
in interface javax.jms.QueueBrowser
- Throws:
javax.jms.JMSException
getQueue
public javax.jms.Queue getQueue()
throws javax.jms.JMSException
- Specified by:
getQueue
in interface javax.jms.QueueBrowser
- Throws:
javax.jms.JMSException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2006 JBoss Inc. All Rights Reserved.