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
$Id: JBossQueueBrowser.java 4163 2008-05-08 11:20:19Z timfox $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
getBrowser
public ClientBrowser getBrowser()
Copyright © 2006 JBoss Inc. All Rights Reserved.